Data Fields | |
WGPUChainedStruct * | nextInChain |
WGPUShaderModule WGPUStringView | entryPoint |
size_t | constantCount |
WGPUConstantEntry const * | constants |
Default values can be set using WGPU_COMPUTE_STATE_INIT as initializer.
WGPUChainedStruct* WGPUComputeState::nextInChain |
WGPUShaderModule WGPUStringView WGPUComputeState::entryPoint |
The INIT
macro sets this to NULL
. This is a Nullable Input String.
The INIT
macro sets this to WGPU_STRING_VIEW_INIT.
size_t WGPUComputeState::constantCount |
WGPUConstantEntry const* WGPUComputeState::constants |