Struct vks::VkPhysicalDeviceSparseProperties [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceSparseProperties { pub residencyStandard2DBlockShape: VkBool32, pub residencyStandard2DMultisampleBlockShape: VkBool32, pub residencyStandard3DBlockShape: VkBool32, pub residencyAlignedMipSize: VkBool32, pub residencyNonResidentStrict: VkBool32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceSparseProperties
[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceSparseProperties
[src]

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