pub type BlendState = BlendState;Expand description
Blend state
Aliased Type§
#[repr(C)]pub struct BlendState {
pub color: BlendComponent,
pub alpha: BlendComponent,
}Fields§
§color: BlendComponentColor equation.
alpha: BlendComponentAlpha equation.