Data Fields | |
| WGPUChainedStruct * | nextInChain |
| WGPUTextureFormat | format |
| WGPUBlendState const * | blend |
| WGPUColorWriteMask | writeMask |
Default values can be set using WGPU_COLOR_TARGET_STATE_INIT as initializer.
| WGPUChainedStruct* WGPUColorTargetState::nextInChain |
| WGPUTextureFormat WGPUColorTargetState::format |
The texture format of the target. If WGPUTextureFormat_Undefined, indicates a "hole" in the parent WGPUFragmentState targets array: the pipeline does not output a value at this location.
The INIT macro sets this to WGPUTextureFormat_Undefined.
| WGPUBlendState const* WGPUColorTargetState::blend |
| WGPUColorWriteMask WGPUColorTargetState::writeMask |
The INIT macro sets this to WGPUColorWriteMask_All.