Struct lava::ext::VkPhysicalDeviceBlendOperationAdvancedProperties[][src]

pub struct VkPhysicalDeviceBlendOperationAdvancedProperties {
    pub advanced_blend_max_color_attachments: usize,
    pub advanced_blend_independent_blend: bool,
    pub advanced_blend_non_premultiplied_src_color: bool,
    pub advanced_blend_non_premultiplied_dst_color: bool,
    pub advanced_blend_correlated_overlap: bool,
    pub advanced_blend_all_operations: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceBlendOperationAdvancedProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceBlendOperationAdvancedProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceBlendOperationAdvancedProperties
[src]

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

Auto Trait Implementations