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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUQuerySet querySet
 
uint32_t beginningOfPassWriteIndex
 
uint32_t endOfPassWriteIndex
 

Detailed Description

Default values can be set using WGPU_PASS_TIMESTAMP_WRITES_INIT as initializer.

Definition at line 2207 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUPassTimestampWrites::nextInChain

Definition at line 2208 of file webgpu.h.

◆ querySet

WGPUQuerySet WGPUPassTimestampWrites::querySet

Query set to write timestamps to.

The INIT macro sets this to NULL.

Definition at line 2214 of file webgpu.h.

◆ beginningOfPassWriteIndex

uint32_t WGPUPassTimestampWrites::beginningOfPassWriteIndex

The INIT macro sets this to WGPU_QUERY_SET_INDEX_UNDEFINED.

Definition at line 2218 of file webgpu.h.

◆ endOfPassWriteIndex

uint32_t WGPUPassTimestampWrites::endOfPassWriteIndex

The INIT macro sets this to WGPU_QUERY_SET_INDEX_UNDEFINED.

Definition at line 2222 of file webgpu.h.