WebGPU Headers: WGPUBlendState Struct Reference
Loading...
Searching...
No Matches
WGPUBlendState Struct Reference
Data Fields | |
| WGPUBlendComponent | color |
| WGPUBlendComponent | alpha |
Detailed Description
Default values can be set using WGPU_BLEND_STATE_INIT as initializer.
Field Documentation
◆ color
WGPUBlendComponent WGPUBlendState::color
The INIT macro sets this to WGPU_BLEND_COMPONENT_INIT.
◆ alpha
WGPUBlendComponent WGPUBlendState::alpha
The INIT macro sets this to WGPU_BLEND_COMPONENT_INIT.