Struct vks::VkSubpassDescription [] [src]

#[repr(C)]
pub struct VkSubpassDescription { pub flags: VkSubpassDescriptionFlags, pub pipelineBindPoint: VkPipelineBindPoint, pub inputAttachmentCount: u32, pub pInputAttachments: *const VkAttachmentReference, pub colorAttachmentCount: u32, pub pColorAttachments: *const VkAttachmentReference, pub pResolveAttachments: *const VkAttachmentReference, pub pDepthStencilAttachment: *const VkAttachmentReference, pub preserveAttachmentCount: u32, pub pPreserveAttachments: *const u32, }

Fields

Trait Implementations

impl Debug for VkSubpassDescription
[src]

Formats the value using the given formatter.

impl Copy for VkSubpassDescription
[src]

impl Clone for VkSubpassDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSubpassDescription
[src]

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