#[repr(C)]pub struct PhysicalDeviceBlendOperationAdvancedPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub advanced_blend_max_color_attachments: u32,
pub advanced_blend_independent_blend: Bool32,
pub advanced_blend_non_premultiplied_src_color: Bool32,
pub advanced_blend_non_premultiplied_dst_color: Bool32,
pub advanced_blend_correlated_overlap: Bool32,
pub advanced_blend_all_operations: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§advanced_blend_max_color_attachments: u32§advanced_blend_independent_blend: Bool32§advanced_blend_non_premultiplied_src_color: Bool32§advanced_blend_non_premultiplied_dst_color: Bool32§advanced_blend_all_operations: Bool32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
impl Clone for PhysicalDeviceBlendOperationAdvancedPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceBlendOperationAdvancedPropertiesEXT
fn clone(&self) -> PhysicalDeviceBlendOperationAdvancedPropertiesEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more