module WGPU::BlendComponent

Defined in:

wgpu.cr

Constant Summary

SRC_ONE_DST_ZERO_ADD = LibWGPU::BlendComponent.new(src_factor: LibWGPU::BlendFactor::One, dst_factor: LibWGPU::BlendFactor::Zero, operation: LibWGPU::BlendOperation::Add)