Struct ash::vk::PhysicalDeviceSparsePropertiesBuilder
source · pub struct PhysicalDeviceSparsePropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> PhysicalDeviceSparsePropertiesBuilder<'a>
pub fn residency_standard2_d_block_shape( self, residency_standard2_d_block_shape: bool ) -> Self
pub fn residency_standard2_d_multisample_block_shape( self, residency_standard2_d_multisample_block_shape: bool ) -> Self
pub fn residency_standard3_d_block_shape( self, residency_standard3_d_block_shape: bool ) -> Self
pub fn residency_aligned_mip_size( self, residency_aligned_mip_size: bool ) -> Self
pub fn residency_non_resident_strict( self, residency_non_resident_strict: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceSparseProperties
pub fn build(self) -> PhysicalDeviceSparseProperties
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 PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceSparsePropertiesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> Send for PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> Sync for PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceSparsePropertiesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceSparsePropertiesBuilder<'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