#[repr(C)]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
VkColorBlendAdvancedEXT
Provided by VK_EXT_extended_dynamic_state3.
Fields§
§advanced_blend_op: BlendOp§src_premultiplied: u32§dst_premultiplied: u32§blend_overlap: BlendOverlapEXT§clamp_results: u32Implementations§
Source§impl ColorBlendAdvancedEXT
impl ColorBlendAdvancedEXT
Sourcepub fn builder() -> ColorBlendAdvancedEXTBuilder
pub fn builder() -> ColorBlendAdvancedEXTBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for ColorBlendAdvancedEXT
impl Clone for ColorBlendAdvancedEXT
Source§fn clone(&self) -> ColorBlendAdvancedEXT
fn clone(&self) -> ColorBlendAdvancedEXT
Returns a duplicate 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
impl Copy for ColorBlendAdvancedEXT
Auto Trait Implementations§
impl Freeze for ColorBlendAdvancedEXT
impl RefUnwindSafe for ColorBlendAdvancedEXT
impl Send for ColorBlendAdvancedEXT
impl Sync for ColorBlendAdvancedEXT
impl Unpin for ColorBlendAdvancedEXT
impl UnsafeUnpin for ColorBlendAdvancedEXT
impl UnwindSafe for ColorBlendAdvancedEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more