Struct lava::vk_physical_device_sparse_image_format_info_2::VkPhysicalDeviceSparseImageFormatInfo2[][src]

pub struct VkPhysicalDeviceSparseImageFormatInfo2 {
    pub format: VkFormat,
    pub type_: VkImageType,
    pub samples: VkSampleCountFlags,
    pub usage: VkImageUsageFlags,
    pub tiling: VkImageTiling,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceSparseImageFormatInfo2
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceSparseImageFormatInfo2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceSparseImageFormatInfo2
[src]

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

Auto Trait Implementations