Struct dacite::core::PhysicalDeviceSparseProperties [] [src]

pub struct PhysicalDeviceSparseProperties {
    pub residency_standard_2d_block_shape: bool,
    pub residency_standard_2d_multisample_block_shape: bool,
    pub residency_standard_3d_block_shape: bool,
    pub residency_aligned_mip_size: bool,
    pub residency_non_resident_strict: bool,
}

Fields

Trait Implementations

impl Debug for PhysicalDeviceSparseProperties
[src]

Formats the value using the given formatter.

impl Copy for PhysicalDeviceSparseProperties
[src]

impl Clone for PhysicalDeviceSparseProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PhysicalDeviceSparseProperties
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PhysicalDeviceSparseProperties
[src]

impl Hash for PhysicalDeviceSparseProperties
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> From<&'a VkPhysicalDeviceSparseProperties> for PhysicalDeviceSparseProperties
[src]

Performs the conversion.