Struct screen_13::prelude::vk::RenderPassCreationControlEXTBuilder
source · pub struct RenderPassCreationControlEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> RenderPassCreationControlEXTBuilder<'a>
impl<'a> RenderPassCreationControlEXTBuilder<'a>
pub fn disallow_merging(
self,
disallow_merging: bool
) -> RenderPassCreationControlEXTBuilder<'a>
sourcepub fn build(self) -> RenderPassCreationControlEXT
pub fn build(self) -> RenderPassCreationControlEXT
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.
Trait Implementations§
source§impl<'a> Deref for RenderPassCreationControlEXTBuilder<'a>
impl<'a> Deref for RenderPassCreationControlEXTBuilder<'a>
§type Target = RenderPassCreationControlEXT
type Target = RenderPassCreationControlEXT
The resulting type after dereferencing.