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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUQuerySet querySet
 
uint32_t beginningOfPassWriteIndex
 
uint32_t endOfPassWriteIndex
 

Detailed Description

Default values can be set using WGPU_RENDER_PASS_TIMESTAMP_WRITES_INIT as initializer.

Definition at line 2489 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPURenderPassTimestampWrites::nextInChain

Definition at line 2490 of file webgpu.h.

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