Struct lava::VkImageFormatProperties[][src]

pub struct VkImageFormatProperties {
    pub max_extent: VkExtent3D,
    pub max_mip_levels: usize,
    pub max_array_layers: usize,
    pub sample_counts: VkSampleCountFlags,
    pub max_resource_size: usize,
}

Fields

Trait Implementations

impl Debug for VkImageFormatProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageFormatProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageFormatProperties
[src]

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

Auto Trait Implementations