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 2373 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUQuerySetDescriptor::nextInChain

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

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

The INIT macro sets this to (WGPUQueryType)0.

Definition at line 2384 of file webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

The INIT macro sets this to 0.

Definition at line 2388 of file webgpu.h.