Documentation / device / TimestampQueryOptions
Interface: TimestampQueryOptions
Defined in: libs/device/src/base_types.ts:2156
Options for a GPU timestamp query scope.
Properties
includePendingUploads?
optionalincludePendingUploads?:boolean
Defined in: libs/device/src/base_types.ts:2158
Include pending GPU upload/copy commands at the timestamp boundary. Default true.
allowCrossFrame?
optionalallowCrossFrame?:boolean
Defined in: libs/device/src/base_types.ts:2160
Allow the query scope to remain open across frame boundaries. Default false.
strict?
optionalstrict?:boolean
Defined in: libs/device/src/base_types.ts:2162
Throw on invalid begin/end usage instead of warning. Default false.