Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUShaderModule WGPUStringView | entryPoint |
| size_t | constantCount |
| WGPUConstantEntry const * | constants |
| size_t | targetCount |
| WGPUColorTargetState const * | targets |
Default values can be set using WGPU_FRAGMENT_STATE_INIT as initializer.
| WGPUChainedStruct* WGPUFragmentState::nextInChain |
| WGPUShaderModule WGPUStringView WGPUFragmentState::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 WGPUFragmentState::constantCount |
| WGPUConstantEntry const* WGPUFragmentState::constants |
| size_t WGPUFragmentState::targetCount |
| WGPUColorTargetState const* WGPUFragmentState::targets |