#[repr(C)]pub struct PhysicalDeviceSparseProperties {
pub residency_standard_2d_block_shape: Bool32,
pub residency_standard_2d_multisample_block_shape: Bool32,
pub residency_standard_3d_block_shape: Bool32,
pub residency_aligned_mip_size: Bool32,
pub residency_non_resident_strict: Bool32,
}Expand description
Fields
residency_standard_2d_block_shape: Bool32residency_standard_2d_multisample_block_shape: Bool32residency_standard_3d_block_shape: Bool32residency_aligned_mip_size: Bool32residency_non_resident_strict: Bool32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PhysicalDeviceSparseProperties
impl Sync for PhysicalDeviceSparseProperties
impl Unpin for PhysicalDeviceSparseProperties
impl UnwindSafe for PhysicalDeviceSparseProperties
Blanket Implementations
Mutably borrows from an owned value. Read more