Struct vulkan_rs::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, }

Structure specifying a subpass description

Fields

a bitmask indicating usage of the subpass

Trait Implementations

impl Default for VkSubpassDescription
[src]

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