[][src]Enum kaldera::ffi::vk::VkBlendOp

#[repr(C)]pub enum VkBlendOp {
    VK_BLEND_OP_ADD,
    VK_BLEND_OP_SUBTRACT,
    VK_BLEND_OP_REVERSE_SUBTRACT,
    VK_BLEND_OP_MIN,
    VK_BLEND_OP_MAX,
    VK_BLEND_OP_ZERO_EXT,
    VK_BLEND_OP_SRC_EXT,
    VK_BLEND_OP_DST_EXT,
    VK_BLEND_OP_SRC_OVER_EXT,
    VK_BLEND_OP_DST_OVER_EXT,
    VK_BLEND_OP_SRC_IN_EXT,
    VK_BLEND_OP_DST_IN_EXT,
    VK_BLEND_OP_SRC_OUT_EXT,
    VK_BLEND_OP_DST_OUT_EXT,
    VK_BLEND_OP_SRC_ATOP_EXT,
    VK_BLEND_OP_DST_ATOP_EXT,
    VK_BLEND_OP_XOR_EXT,
    VK_BLEND_OP_MULTIPLY_EXT,
    VK_BLEND_OP_SCREEN_EXT,
    VK_BLEND_OP_OVERLAY_EXT,
    VK_BLEND_OP_DARKEN_EXT,
    VK_BLEND_OP_LIGHTEN_EXT,
    VK_BLEND_OP_COLORDODGE_EXT,
    VK_BLEND_OP_COLORBURN_EXT,
    VK_BLEND_OP_HARDLIGHT_EXT,
    VK_BLEND_OP_SOFTLIGHT_EXT,
    VK_BLEND_OP_DIFFERENCE_EXT,
    VK_BLEND_OP_EXCLUSION_EXT,
    VK_BLEND_OP_INVERT_EXT,
    VK_BLEND_OP_INVERT_RGB_EXT,
    VK_BLEND_OP_LINEARDODGE_EXT,
    VK_BLEND_OP_LINEARBURN_EXT,
    VK_BLEND_OP_VIVIDLIGHT_EXT,
    VK_BLEND_OP_LINEARLIGHT_EXT,
    VK_BLEND_OP_PINLIGHT_EXT,
    VK_BLEND_OP_HARDMIX_EXT,
    VK_BLEND_OP_HSL_HUE_EXT,
    VK_BLEND_OP_HSL_SATURATION_EXT,
    VK_BLEND_OP_HSL_COLOR_EXT,
    VK_BLEND_OP_HSL_LUMINOSITY_EXT,
    VK_BLEND_OP_PLUS_EXT,
    VK_BLEND_OP_PLUS_CLAMPED_EXT,
    VK_BLEND_OP_PLUS_CLAMPED_ALPHA_EXT,
    VK_BLEND_OP_PLUS_DARKER_EXT,
    VK_BLEND_OP_MINUS_EXT,
    VK_BLEND_OP_MINUS_CLAMPED_EXT,
    VK_BLEND_OP_CONTRAST_EXT,
    VK_BLEND_OP_INVERT_OVG_EXT,
    VK_BLEND_OP_RED_EXT,
    VK_BLEND_OP_GREEN_EXT,
    VK_BLEND_OP_BLUE_EXT,
    VK_BLEND_OP_MAX_ENUM,
}

Variants

VK_BLEND_OP_ADD
VK_BLEND_OP_SUBTRACT
VK_BLEND_OP_REVERSE_SUBTRACT
VK_BLEND_OP_MIN
VK_BLEND_OP_MAX
VK_BLEND_OP_ZERO_EXT
VK_BLEND_OP_SRC_EXT
VK_BLEND_OP_DST_EXT
VK_BLEND_OP_SRC_OVER_EXT
VK_BLEND_OP_DST_OVER_EXT
VK_BLEND_OP_SRC_IN_EXT
VK_BLEND_OP_DST_IN_EXT
VK_BLEND_OP_SRC_OUT_EXT
VK_BLEND_OP_DST_OUT_EXT
VK_BLEND_OP_SRC_ATOP_EXT
VK_BLEND_OP_DST_ATOP_EXT
VK_BLEND_OP_XOR_EXT
VK_BLEND_OP_MULTIPLY_EXT
VK_BLEND_OP_SCREEN_EXT
VK_BLEND_OP_OVERLAY_EXT
VK_BLEND_OP_DARKEN_EXT
VK_BLEND_OP_LIGHTEN_EXT
VK_BLEND_OP_COLORDODGE_EXT
VK_BLEND_OP_COLORBURN_EXT
VK_BLEND_OP_HARDLIGHT_EXT
VK_BLEND_OP_SOFTLIGHT_EXT
VK_BLEND_OP_DIFFERENCE_EXT
VK_BLEND_OP_EXCLUSION_EXT
VK_BLEND_OP_INVERT_EXT
VK_BLEND_OP_INVERT_RGB_EXT
VK_BLEND_OP_LINEARDODGE_EXT
VK_BLEND_OP_LINEARBURN_EXT
VK_BLEND_OP_VIVIDLIGHT_EXT
VK_BLEND_OP_LINEARLIGHT_EXT
VK_BLEND_OP_PINLIGHT_EXT
VK_BLEND_OP_HARDMIX_EXT
VK_BLEND_OP_HSL_HUE_EXT
VK_BLEND_OP_HSL_SATURATION_EXT
VK_BLEND_OP_HSL_COLOR_EXT
VK_BLEND_OP_HSL_LUMINOSITY_EXT
VK_BLEND_OP_PLUS_EXT
VK_BLEND_OP_PLUS_CLAMPED_EXT
VK_BLEND_OP_PLUS_CLAMPED_ALPHA_EXT
VK_BLEND_OP_PLUS_DARKER_EXT
VK_BLEND_OP_MINUS_EXT
VK_BLEND_OP_MINUS_CLAMPED_EXT
VK_BLEND_OP_CONTRAST_EXT
VK_BLEND_OP_INVERT_OVG_EXT
VK_BLEND_OP_RED_EXT
VK_BLEND_OP_GREEN_EXT
VK_BLEND_OP_BLUE_EXT
VK_BLEND_OP_MAX_ENUM

Trait Implementations

impl Clone for VkBlendOp[src]

impl Copy for VkBlendOp[src]

impl Debug for VkBlendOp[src]

impl Eq for VkBlendOp[src]

impl PartialEq<VkBlendOp> for VkBlendOp[src]

impl StructuralEq for VkBlendOp[src]

impl StructuralPartialEq for VkBlendOp[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,