Struct vks::VkAttachmentDescription [] [src]

#[repr(C)]
pub struct VkAttachmentDescription { pub flags: VkAttachmentDescriptionFlags, pub format: VkFormat, pub samples: VkSampleCountFlagBits, pub loadOp: VkAttachmentLoadOp, pub storeOp: VkAttachmentStoreOp, pub stencilLoadOp: VkAttachmentLoadOp, pub stencilStoreOp: VkAttachmentStoreOp, pub initialLayout: VkImageLayout, pub finalLayout: VkImageLayout, }

Fields

Trait Implementations

impl Debug for VkAttachmentDescription
[src]

Formats the value using the given formatter.

impl Copy for VkAttachmentDescription
[src]

impl Clone for VkAttachmentDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkAttachmentDescription
[src]

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