Struct ash::vk::ConditionalRenderingBeginInfoEXTBuilder
source · pub struct ConditionalRenderingBeginInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> ConditionalRenderingBeginInfoEXTBuilder<'a>
pub fn buffer(self, buffer: Buffer) -> Self
pub fn offset(self, offset: DeviceSize) -> Self
pub fn flags(self, flags: ConditionalRenderingFlagsEXT) -> Self
sourcepub fn build(self) -> ConditionalRenderingBeginInfoEXT
pub fn build(self) -> ConditionalRenderingBeginInfoEXT
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 ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> Deref for ConditionalRenderingBeginInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> !Send for ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> !Sync for ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> Unpin for ConditionalRenderingBeginInfoEXTBuilder<'a>
impl<'a> UnwindSafe for ConditionalRenderingBeginInfoEXTBuilder<'a>
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