Skip to content

Documentation / device / TimestampQueryOptions

Interface: TimestampQueryOptions

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

Options for a GPU timestamp query scope.

Properties

includePendingUploads?

optional includePendingUploads?: boolean

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

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


allowCrossFrame?

optional allowCrossFrame?: boolean

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

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


strict?

optional strict?: boolean

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

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

Released under the MIT License.