#[repr(transparent)]pub struct BlendOp(_);
Expand description
Implementations§
source§impl BlendOp
impl BlendOp
Generated from ‘VK_EXT_blend_operation_advanced’
pub const ZERO_EXT: Self = _
pub const SRC_EXT: Self = _
pub const DST_EXT: Self = _
pub const SRC_OVER_EXT: Self = _
pub const DST_OVER_EXT: Self = _
pub const SRC_IN_EXT: Self = _
pub const DST_IN_EXT: Self = _
pub const SRC_OUT_EXT: Self = _
pub const DST_OUT_EXT: Self = _
pub const SRC_ATOP_EXT: Self = _
pub const DST_ATOP_EXT: Self = _
pub const XOR_EXT: Self = _
pub const MULTIPLY_EXT: Self = _
pub const SCREEN_EXT: Self = _
pub const OVERLAY_EXT: Self = _
pub const DARKEN_EXT: Self = _
pub const LIGHTEN_EXT: Self = _
pub const COLORDODGE_EXT: Self = _
pub const COLORBURN_EXT: Self = _
pub const HARDLIGHT_EXT: Self = _
pub const SOFTLIGHT_EXT: Self = _
pub const DIFFERENCE_EXT: Self = _
pub const EXCLUSION_EXT: Self = _
pub const INVERT_EXT: Self = _
pub const INVERT_RGB_EXT: Self = _
pub const LINEARDODGE_EXT: Self = _
pub const LINEARBURN_EXT: Self = _
pub const VIVIDLIGHT_EXT: Self = _
pub const LINEARLIGHT_EXT: Self = _
pub const PINLIGHT_EXT: Self = _
pub const HARDMIX_EXT: Self = _
pub const HSL_HUE_EXT: Self = _
pub const HSL_SATURATION_EXT: Self = _
pub const HSL_COLOR_EXT: Self = _
pub const HSL_LUMINOSITY_EXT: Self = _
pub const PLUS_EXT: Self = _
pub const PLUS_CLAMPED_EXT: Self = _
pub const PLUS_CLAMPED_ALPHA_EXT: Self = _
pub const PLUS_DARKER_EXT: Self = _
pub const MINUS_EXT: Self = _
pub const MINUS_CLAMPED_EXT: Self = _
pub const CONTRAST_EXT: Self = _
pub const INVERT_OVG_EXT: Self = _
pub const RED_EXT: Self = _
pub const GREEN_EXT: Self = _
pub const BLUE_EXT: Self = _
Trait Implementations§
source§impl Ord for BlendOp
impl Ord for BlendOp
source§impl PartialEq<BlendOp> for BlendOp
impl PartialEq<BlendOp> for BlendOp
source§impl PartialOrd<BlendOp> for BlendOp
impl PartialOrd<BlendOp> for BlendOp
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more