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

Data Fields

WGPUChainedStruct const * nextInChain
 
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 2287 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUQuerySetDescriptor::nextInChain

Definition at line 2288 of file webgpu.h.

◆ label

WGPUStringView WGPUQuerySetDescriptor::label

This is a Non-Null Input String.

Defaults to WGPU_STRING_VIEW_INIT.

Definition at line 2294 of file webgpu.h.

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

Defaults to (WGPUQueryType)0.

Definition at line 2298 of file webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

Defaults to 0.

Definition at line 2302 of file webgpu.h.