Struct screen_13::prelude::vk::ColorBlendAdvancedEXT
source · pub struct ColorBlendAdvancedEXT {
pub advanced_blend_op: BlendOp,
pub src_premultiplied: u32,
pub dst_premultiplied: u32,
pub blend_overlap: BlendOverlapEXT,
pub clamp_results: u32,
}Expand description
Fields§
§advanced_blend_op: BlendOp§src_premultiplied: u32§dst_premultiplied: u32§blend_overlap: BlendOverlapEXT§clamp_results: u32Implementations§
source§impl ColorBlendAdvancedEXT
impl ColorBlendAdvancedEXT
pub fn builder<'a>() -> ColorBlendAdvancedEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ColorBlendAdvancedEXT
impl Clone for ColorBlendAdvancedEXT
source§fn clone(&self) -> ColorBlendAdvancedEXT
fn clone(&self) -> ColorBlendAdvancedEXT
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 moresource§impl Debug for ColorBlendAdvancedEXT
impl Debug for ColorBlendAdvancedEXT
source§impl Default for ColorBlendAdvancedEXT
impl Default for ColorBlendAdvancedEXT
source§fn default() -> ColorBlendAdvancedEXT
fn default() -> ColorBlendAdvancedEXT
Returns the “default value” for a type. Read more