Data Fields | |
WGPUChainedStruct const * | nextInChain |
WGPUTextureFormat | format |
WGPUBlendState const * | blend |
WGPUColorWriteMask | writeMask |
Default values can be set using WGPU_COLOR_TARGET_STATE_INIT as initializer.
WGPUChainedStruct const* 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
.
Defaults to WGPUTextureFormat_Undefined.
WGPUBlendState const* WGPUColorTargetState::blend |