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)