Struct ash::vk::PhysicalDeviceSparseProperties [−][src]
#[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: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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