WebGPU Headers: WGPUQuerySetDescriptor Struct Reference
Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUStringView | label |
| WGPUQueryType | type |
| uint32_t | count |
Detailed Description
Default values can be set using WGPU_QUERY_SET_DESCRIPTOR_INIT as initializer.
Field Documentation
◆ nextInChain
WGPUChainedStruct* WGPUQuerySetDescriptor::nextInChain
◆ label
WGPUStringView WGPUQuerySetDescriptor::label
This is a Non-Null Input String.
The INIT macro sets this to WGPU_STRING_VIEW_INIT.
◆ type
WGPUQueryType WGPUQuerySetDescriptor::type
The INIT macro sets this to (WGPUQueryType)0.