[−][src]Struct rendy_core::hal::pso::BlendState
Specifies whether to use blending, and if so, which operations to use for color and alpha channels.
Fields
color: BlendOp
The blend operation to use for the color channels.
alpha: BlendOp
The blend operation to use for the alpha channel.
Implementations
impl BlendState
[src][−]
pub const REPLACE: BlendState
[src][−][−]
Replace the color.
pub const ADD: BlendState
[src][−][−]
Additive blending.
pub const MULTIPLY: BlendState
[src][−][−]
Multiplicative blending.
pub const ALPHA: BlendState
[src][−][−]
Alpha blending.
pub const PREMULTIPLIED_ALPHA: BlendState
[src][−][−]
Pre-multiplied alpha blending.
Trait Implementations
impl Clone for BlendState
[src][+]
impl Copy for BlendState
[src]
impl Debug for BlendState
[src][+]
impl Eq for BlendState
[src]
impl Hash for BlendState
[src][+]
impl PartialEq<BlendState> for BlendState
[src][+]
impl StructuralEq for BlendState
[src]
impl StructuralPartialEq for BlendState
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlendState
impl Send for BlendState
impl Sync for BlendState
impl Unpin for BlendState
impl UnwindSafe for BlendState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,