Halide
WGPUQuerySetDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
const char * label
 
WGPUQueryType type
 
uint32_t count
 
const WGPUPipelineStatisticNamepipelineStatistics
 
uint32_t pipelineStatisticsCount
 

Detailed Description

Definition at line 953 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUQuerySetDescriptor::nextInChain

Definition at line 954 of file mini_webgpu.h.

◆ label

const char* WGPUQuerySetDescriptor::label

Definition at line 955 of file mini_webgpu.h.

◆ type

WGPUQueryType WGPUQuerySetDescriptor::type

Definition at line 956 of file mini_webgpu.h.

◆ count

uint32_t WGPUQuerySetDescriptor::count

Definition at line 957 of file mini_webgpu.h.

◆ pipelineStatistics

const WGPUPipelineStatisticName* WGPUQuerySetDescriptor::pipelineStatistics

Definition at line 958 of file mini_webgpu.h.

◆ pipelineStatisticsCount

uint32_t WGPUQuerySetDescriptor::pipelineStatisticsCount

Definition at line 959 of file mini_webgpu.h.


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