#[repr(transparent)]pub struct PipelineColorBlendAdvancedStateCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineColorBlendAdvancedStateCreateInfoEXTBuilder<'a>
impl<'a> PipelineColorBlendAdvancedStateCreateInfoEXTBuilder<'a>
pub fn src_premultiplied(self, src_premultiplied: bool) -> Self
pub fn dst_premultiplied(self, dst_premultiplied: bool) -> Self
pub fn blend_overlap(self, blend_overlap: BlendOverlapEXT) -> Self
sourcepub fn build(self) -> PipelineColorBlendAdvancedStateCreateInfoEXT
pub fn build(self) -> PipelineColorBlendAdvancedStateCreateInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.