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

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUQueryType type
 
uint32_t count
 

Detailed Description

Definition at line 987 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUQuerySetDescriptor::nextInChain

Definition at line 988 of file webgpu.h.

◆ label

char const* WGPUQuerySetDescriptor::label

Definition at line 989 of file webgpu.h.

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

Definition at line 990 of file webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

Definition at line 991 of file webgpu.h.