Struct dvk::core::VkImageFormatProperties [] [src]

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

Fields

Trait Implementations

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