Default values can be set using WGPU_RENDER_PASS_TIMESTAMP_WRITES_INIT as initializer.
Definition at line 2489 of file webgpu.h.
◆ nextInChain
◆ querySet
WGPUQuerySet WGPURenderPassTimestampWrites::querySet |
Query set to write timestamps to. Null if timestamps should not be recorded.
Defaults to NULL
.
Definition at line 2496 of file webgpu.h.
◆ beginningOfPassWriteIndex
uint32_t WGPURenderPassTimestampWrites::beginningOfPassWriteIndex |
Defaults to WGPU_QUERY_SET_INDEX_UNDEFINED.
Definition at line 2500 of file webgpu.h.
◆ endOfPassWriteIndex
uint32_t WGPURenderPassTimestampWrites::endOfPassWriteIndex |
Defaults to WGPU_QUERY_SET_INDEX_UNDEFINED.
Definition at line 2504 of file webgpu.h.