Struct lava::VkPhysicalDeviceSparseProperties[][src]

pub struct VkPhysicalDeviceSparseProperties {
    pub residency_standard_2_dblock_shape: bool,
    pub residency_standard_2_dmultisample_block_shape: bool,
    pub residency_standard_3_dblock_shape: bool,
    pub residency_aligned_mip_size: bool,
    pub residency_non_resident_strict: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceSparseProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceSparseProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceSparseProperties
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations