Struct ash::vk::PhysicalDeviceSparseProperties  
source · #[repr(C)]pub struct PhysicalDeviceSparseProperties {
    pub residency_standard2_d_block_shape: Bool32,
    pub residency_standard2_d_multisample_block_shape: Bool32,
    pub residency_standard3_d_block_shape: Bool32,
    pub residency_aligned_mip_size: Bool32,
    pub residency_non_resident_strict: Bool32,
}Expand description
Fields§
§residency_standard2_d_block_shape: Bool32§residency_standard2_d_multisample_block_shape: Bool32§residency_standard3_d_block_shape: Bool32§residency_aligned_mip_size: Bool32§residency_non_resident_strict: Bool32Implementations§
source§impl PhysicalDeviceSparseProperties
 
impl PhysicalDeviceSparseProperties
pub fn builder<'a>() -> PhysicalDeviceSparsePropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceSparseProperties
 
impl Clone for PhysicalDeviceSparseProperties
source§fn clone(&self) -> PhysicalDeviceSparseProperties
 
fn clone(&self) -> PhysicalDeviceSparseProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Default for PhysicalDeviceSparseProperties
 
impl Default for PhysicalDeviceSparseProperties
source§fn default() -> PhysicalDeviceSparseProperties
 
fn default() -> PhysicalDeviceSparseProperties
Returns the “default value” for a type. Read more