pub struct PhysicalDeviceSparseImageFormatInfo2Builder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
pub fn format(self, format: Format) -> Self
pub fn ty(self, ty: ImageType) -> Self
pub fn samples(self, samples: SampleCountFlags) -> Self
pub fn usage(self, usage: ImageUsageFlags) -> Self
pub fn tiling(self, tiling: ImageTiling) -> Self
sourcepub fn build(self) -> PhysicalDeviceSparseImageFormatInfo2
pub fn build(self) -> PhysicalDeviceSparseImageFormatInfo2
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 PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> Deref for PhysicalDeviceSparseImageFormatInfo2Builder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> !Send for PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> !Sync for PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> Unpin for PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSparseImageFormatInfo2Builder<'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