#[repr(transparent)]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.