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

Data Fields

WGPUQuerySet querySet
 
uint32_t beginningOfPassWriteIndex
 
uint32_t endOfPassWriteIndex
 

Detailed Description

Definition at line 897 of file webgpu.h.

Field Documentation

◆ querySet

WGPUQuerySet WGPUComputePassTimestampWrites::querySet

Definition at line 898 of file webgpu.h.

◆ beginningOfPassWriteIndex

uint32_t WGPUComputePassTimestampWrites::beginningOfPassWriteIndex

Definition at line 899 of file webgpu.h.

◆ endOfPassWriteIndex

uint32_t WGPUComputePassTimestampWrites::endOfPassWriteIndex

Definition at line 900 of file webgpu.h.