Struct ash::vk::TilePropertiesQCOMBuilder
source · pub struct TilePropertiesQCOMBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> TilePropertiesQCOMBuilder<'a>
impl<'a> TilePropertiesQCOMBuilder<'a>
pub fn tile_size(self, tile_size: Extent3D) -> Self
pub fn apron_size(self, apron_size: Extent2D) -> Self
pub fn origin(self, origin: Offset2D) -> Self
sourcepub fn build(self) -> TilePropertiesQCOM
pub fn build(self) -> TilePropertiesQCOM
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 TilePropertiesQCOMBuilder<'a>
impl<'a> Deref for TilePropertiesQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for TilePropertiesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for TilePropertiesQCOMBuilder<'a>
impl<'a> !Send for TilePropertiesQCOMBuilder<'a>
impl<'a> !Sync for TilePropertiesQCOMBuilder<'a>
impl<'a> Unpin for TilePropertiesQCOMBuilder<'a>
impl<'a> UnwindSafe for TilePropertiesQCOMBuilder<'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