Default values can be set using WGPU_COMPUTE_PASS_TIMESTAMP_WRITES_INIT as initializer.
Definition at line 1858 of file webgpu.h.
◆ nextInChain
◆ querySet
WGPUQuerySet WGPUComputePassTimestampWrites::querySet |
Query set to write timestamps to. Null if timestamps should not be recorded.
Defaults to NULL
.
Definition at line 1865 of file webgpu.h.
◆ beginningOfPassWriteIndex
uint32_t WGPUComputePassTimestampWrites::beginningOfPassWriteIndex |
Defaults to WGPU_QUERY_SET_INDEX_UNDEFINED.
Definition at line 1869 of file webgpu.h.
◆ endOfPassWriteIndex
uint32_t WGPUComputePassTimestampWrites::endOfPassWriteIndex |
Defaults to WGPU_QUERY_SET_INDEX_UNDEFINED.
Definition at line 1873 of file webgpu.h.