Halide
WGPUProgrammableStageDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
WGPUShaderModule module
 
const char * entryPoint
 
uint32_t constantCount
 
const WGPUConstantEntryconstants
 

Detailed Description

Definition at line 1252 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUProgrammableStageDescriptor::nextInChain

Definition at line 1253 of file mini_webgpu.h.

◆ module

WGPUShaderModule WGPUProgrammableStageDescriptor::module

Definition at line 1254 of file mini_webgpu.h.

◆ entryPoint

const char* WGPUProgrammableStageDescriptor::entryPoint

Definition at line 1255 of file mini_webgpu.h.

◆ constantCount

uint32_t WGPUProgrammableStageDescriptor::constantCount

Definition at line 1256 of file mini_webgpu.h.

◆ constants

const WGPUConstantEntry* WGPUProgrammableStageDescriptor::constants

Definition at line 1257 of file mini_webgpu.h.


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