Type Alias GPUBlendComponent

Source
pub(crate) type GPUBlendComponent = GPUBlendComponent;

Aliased Type§

pub(crate) struct GPUBlendComponent {
    pub dstFactor: GPUBlendFactor,
    pub operation: GPUBlendOperation,
    pub srcFactor: GPUBlendFactor,
}

Fields§

§dstFactor: GPUBlendFactor§operation: GPUBlendOperation§srcFactor: GPUBlendFactor