Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUShaderModule WGPUStringView | entryPoint |
size_t | constantCount |
WGPUConstantEntry const * | constants |
Default values can be set using WGPU_COMPUTE_STAGE_INIT as initializer.
WGPUChainedStruct const* WGPUComputeStage::nextInChain |
WGPUShaderModule WGPUStringView WGPUComputeStage::entryPoint |
Defaults to NULL
. This is a Nullable Input String.
Defaults to WGPU_STRING_VIEW_INIT.
WGPUConstantEntry const* WGPUComputeStage::constants |