WebGPU Headers: 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 2444 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUQuerySetDescriptor::nextInChain

Definition at line 2445 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 2451 of file webgpu.h.

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

The INIT macro sets this to (WGPUQueryType)0.

Definition at line 2455 of file webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

The INIT macro sets this to 0.

Definition at line 2459 of file webgpu.h.