WebGPU Native  v0.1.0
The WebGPU C API
Loading...
Searching...
No Matches
WGPUQuerySetDescriptor Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUQueryType type
 
uint32_t count
 

Detailed Description

Definition at line 995 of file webgpu.h.

Field Documentation

◆ count

uint32_t WGPUQuerySetDescriptor::count

Definition at line 999 of file webgpu.h.

◆ label

char const* WGPUQuerySetDescriptor::label

Definition at line 997 of file webgpu.h.

◆ nextInChain

WGPUChainedStruct const* WGPUQuerySetDescriptor::nextInChain

Definition at line 996 of file webgpu.h.

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

Definition at line 998 of file webgpu.h.


The documentation for this struct was generated from the following file: