#[repr(C)]pub struct PhysicalDeviceSparseProperties {
pub residency_standard2_d_block_shape: u32,
pub residency_standard2_d_multisample_block_shape: u32,
pub residency_standard3_d_block_shape: u32,
pub residency_aligned_mip_size: u32,
pub residency_non_resident_strict: u32,
}Expand description
Fields
residency_standard2_d_block_shape: u32residency_standard2_d_multisample_block_shape: u32residency_standard3_d_block_shape: u32residency_aligned_mip_size: u32residency_non_resident_strict: u32Implementations
sourceimpl PhysicalDeviceSparseProperties
impl PhysicalDeviceSparseProperties
pub fn builder<'a>() -> PhysicalDeviceSparsePropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceSparseProperties
impl Clone for PhysicalDeviceSparseProperties
sourcefn clone(&self) -> PhysicalDeviceSparseProperties
fn clone(&self) -> PhysicalDeviceSparseProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceSparseProperties
impl Default for PhysicalDeviceSparseProperties
sourcefn default() -> PhysicalDeviceSparseProperties
fn default() -> PhysicalDeviceSparseProperties
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceSparseProperties
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceSparseProperties
impl Send for PhysicalDeviceSparseProperties
impl Sync for PhysicalDeviceSparseProperties
impl Unpin for PhysicalDeviceSparseProperties
impl UnwindSafe for PhysicalDeviceSparseProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more