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

Data Fields

WGPUChainedStructnextInChain
 
WGPUStringView label
 
WGPUQueryType type
 
uint32_t count
 

Detailed Description

Default values can be set using WGPU_QUERY_SET_DESCRIPTOR_INIT as initializer.

Definition at line 2485 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUQuerySetDescriptor::nextInChain

Definition at line 2486 of file webgpu.h.

◆ label

WGPUStringView WGPUQuerySetDescriptor::label

This is a Non-Null Input String.

The INIT macro sets this to WGPU_STRING_VIEW_INIT.

Definition at line 2492 of file webgpu.h.

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

The INIT macro sets this to (WGPUQueryType)0.

Definition at line 2496 of file webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

The INIT macro sets this to 0.

Definition at line 2500 of file webgpu.h.