Struct ash::vk::PhysicalDeviceSparsePropertiesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceSparsePropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn residency_standard2_d_block_shape(
self,
residency_standard2_d_block_shape: bool
) -> PhysicalDeviceSparsePropertiesBuilder<'a>
pub fn residency_standard2_d_multisample_block_shape(
self,
residency_standard2_d_multisample_block_shape: bool
) -> PhysicalDeviceSparsePropertiesBuilder<'a>
pub fn residency_standard3_d_block_shape(
self,
residency_standard3_d_block_shape: bool
) -> PhysicalDeviceSparsePropertiesBuilder<'a>
pub fn residency_aligned_mip_size(
self,
residency_aligned_mip_size: bool
) -> PhysicalDeviceSparsePropertiesBuilder<'a>
pub fn residency_non_resident_strict(
self,
residency_non_resident_strict: bool
) -> PhysicalDeviceSparsePropertiesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceSparseProperties>
Trait Implementations
The resulting type after dereferencing.