#[repr(transparent)]pub struct CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder<'a>
impl<'a> CommandBufferInheritanceRenderPassTransformInfoQCOMBuilder<'a>
pub fn transform(self, transform: SurfaceTransformFlagsKHR) -> Self
pub fn render_area(self, render_area: Rect2D) -> Self
sourcepub fn build(self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
pub fn build(self) -> CommandBufferInheritanceRenderPassTransformInfoQCOM
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.