Skip to content

Documentation / device / TimestampQueryOptions

Interface: TimestampQueryOptions

Defined in: libs/device/src/base_types.ts:2156

Options for a GPU timestamp query scope.

Properties

includePendingUploads?

optional includePendingUploads?: boolean

Defined in: libs/device/src/base_types.ts:2158

Include pending GPU upload/copy commands at the timestamp boundary. Default true.


allowCrossFrame?

optional allowCrossFrame?: boolean

Defined in: libs/device/src/base_types.ts:2160

Allow the query scope to remain open across frame boundaries. Default false.


strict?

optional strict?: boolean

Defined in: libs/device/src/base_types.ts:2162

Throw on invalid begin/end usage instead of warning. Default false.

Released under the MIT License.