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

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUShaderModule char const * entryPoint
 
size_t constantCount
 
WGPUConstantEntry const * constants
 

Detailed Description

Definition at line 1272 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUProgrammableStageDescriptor::nextInChain

Definition at line 1273 of file webgpu.h.

◆ entryPoint

WGPUShaderModule char const* WGPUProgrammableStageDescriptor::entryPoint

Definition at line 1275 of file webgpu.h.

◆ constantCount

size_t WGPUProgrammableStageDescriptor::constantCount

Definition at line 1276 of file webgpu.h.

◆ constants

WGPUConstantEntry const* WGPUProgrammableStageDescriptor::constants

Definition at line 1277 of file webgpu.h.