pub struct PhysicalDeviceSparsePropertiesBuilder { /* private fields */ }Expand description
Builder for PhysicalDeviceSparseProperties.
Implementations§
Source§impl PhysicalDeviceSparsePropertiesBuilder
impl PhysicalDeviceSparsePropertiesBuilder
pub fn residency_standard2_d_block_shape(self, value: bool) -> Self
pub fn residency_standard2_d_multisample_block_shape(self, value: bool) -> Self
pub fn residency_standard3_d_block_shape(self, value: bool) -> Self
pub fn residency_aligned_mip_size(self, value: bool) -> Self
pub fn residency_non_resident_strict(self, value: bool) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSparsePropertiesBuilder
impl RefUnwindSafe for PhysicalDeviceSparsePropertiesBuilder
impl Send for PhysicalDeviceSparsePropertiesBuilder
impl Sync for PhysicalDeviceSparsePropertiesBuilder
impl Unpin for PhysicalDeviceSparsePropertiesBuilder
impl UnsafeUnpin for PhysicalDeviceSparsePropertiesBuilder
impl UnwindSafe for PhysicalDeviceSparsePropertiesBuilder
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