Type Alias GPUBlendState

Source
pub(crate) type GPUBlendState = GPUBlendState;

Aliased Type§

pub(crate) struct GPUBlendState {
    pub alpha: GPUBlendComponent,
    pub color: GPUBlendComponent,
}

Fields§

§alpha: GPUBlendComponent§color: GPUBlendComponent