WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
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 2397 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUQuerySetDescriptor::nextInChain

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

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

The INIT macro sets this to (WGPUQueryType)0.

Definition at line 2408 of file webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

The INIT macro sets this to 0.

Definition at line 2412 of file webgpu.h.