Struct vks::VkImageFormatProperties [] [src]

#[repr(C)]
pub struct VkImageFormatProperties { pub maxExtent: VkExtent3D, pub maxMipLevels: u32, pub maxArrayLayers: u32, pub sampleCounts: VkSampleCountFlags, pub maxResourceSize: VkDeviceSize, }

Fields

Trait Implementations

impl Debug for VkImageFormatProperties
[src]

Formats the value using the given formatter.

impl Copy for VkImageFormatProperties
[src]

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