Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
WGPU::BlendComponent
Constants
SRC_ONE_DST_ZERO_ADD =
LibWGPU::BlendComponent
.new(src_factor:
LibWGPU::BlendFactor::One
, dst_factor:
LibWGPU::BlendFactor::Zero
, operation:
LibWGPU::BlendOperation::Add
)