WebGPU Headers
The WebGPU C API
 
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.

Definition at line 3428 of file webgpu.h.

Field Documentation

◆ color

WGPUBlendComponent WGPUBlendState::color

Defaults to WGPU_BLEND_COMPONENT_INIT.

Definition at line 3432 of file webgpu.h.

◆ alpha

WGPUBlendComponent WGPUBlendState::alpha

Defaults to WGPU_BLEND_COMPONENT_INIT.

Definition at line 3436 of file webgpu.h.