Struct bedrock::vk::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]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceSparseProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkPhysicalDeviceSparseProperties
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for VkPhysicalDeviceSparseProperties
[src]

Auto Trait Implementations