BlendState

Type Alias BlendState 

Source
pub type BlendState = BlendState;
Expand description

Blend state

Aliased Type§

#[repr(C)]
pub struct BlendState { pub color: BlendComponent, pub alpha: BlendComponent, }

Fields§

§color: BlendComponent

Color equation.

§alpha: BlendComponent

Alpha equation.