pub struct PhysicalDeviceSparseImageFormatInfo2Builder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
impl<'a> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
pub fn format(
self,
format: Format
) -> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
pub fn ty(self, ty: ImageType) -> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
pub fn samples(
self,
samples: SampleCountFlags
) -> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
pub fn usage(
self,
usage: ImageUsageFlags
) -> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
pub fn tiling(
self,
tiling: ImageTiling
) -> PhysicalDeviceSparseImageFormatInfo2Builder<'a>
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>
§type Target = PhysicalDeviceSparseImageFormatInfo2
type Target = PhysicalDeviceSparseImageFormatInfo2
The resulting type after dereferencing.