Enum lava::vk_blend_factor::VkBlendFactor[][src]

#[repr(i32)]
pub enum VkBlendFactor { Zero, One, SrcColor, OneMinusSrcColor, DstColor, OneMinusDstColor, SrcAlpha, OneMinusSrcAlpha, DstAlpha, OneMinusDstAlpha, ConstantColor, OneMinusConstantColor, ConstantAlpha, OneMinusConstantAlpha, SrcAlphaSaturate, Src1Color, OneMinusSrc1Color, Src1Alpha, OneMinusSrc1Alpha, }

Variants

Trait Implementations

impl Debug for VkBlendFactor
[src]

Formats the value using the given formatter. Read more

impl PartialEq for VkBlendFactor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for VkBlendFactor
[src]

impl Clone for VkBlendFactor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkBlendFactor
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations