Struct ash::vk::types::PhysicalDeviceSparseProperties [] [src]

#[repr(C)]
pub struct PhysicalDeviceSparseProperties { pub residency_standard2dblock_shape: Bool32, pub residency_standard2dmultisample_block_shape: Bool32, pub residency_standard3dblock_shape: Bool32, pub residency_aligned_mip_size: Bool32, pub residency_non_resident_strict: Bool32, }

Fields

Trait Implementations

impl Debug for PhysicalDeviceSparseProperties
[src]

[src]

Formats the value using the given formatter.

impl Clone for PhysicalDeviceSparseProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for PhysicalDeviceSparseProperties
[src]

[src]

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

1.3.0
[src]

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