module WGPU::BlendComponent
Defined in:
wgpu.crConstant Summary
-
SRC_ONE_DST_ZERO_ADD =
LibWGPU::BlendComponent.new(src_factor: LibWGPU::BlendFactor::One, dst_factor: LibWGPU::BlendFactor::Zero, operation: LibWGPU::BlendOperation::Add)
LibWGPU::BlendComponent.new(src_factor: LibWGPU::BlendFactor::One, dst_factor: LibWGPU::BlendFactor::Zero, operation: LibWGPU::BlendOperation::Add)