WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUComputePassTimestampWrites Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUQuerySet querySet
 
uint32_t beginningOfPassWriteIndex
 
uint32_t endOfPassWriteIndex
 

Detailed Description

Default values can be set using WGPU_COMPUTE_PASS_TIMESTAMP_WRITES_INIT as initializer.

Definition at line 1858 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUComputePassTimestampWrites::nextInChain

Definition at line 1859 of file webgpu.h.

◆ 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.