Struct vks::VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT { pub sType: VkStructureType, pub pNext: *mut c_void, pub advancedBlendMaxColorAttachments: u32, pub advancedBlendIndependentBlend: VkBool32, pub advancedBlendNonPremultipliedSrcColor: VkBool32, pub advancedBlendNonPremultipliedDstColor: VkBool32, pub advancedBlendCorrelatedOverlap: VkBool32, pub advancedBlendAllOperations: VkBool32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
[src]

impl Clone for VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
[src]

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