Struct asi_vulkan::types::VkSubpassDescription [] [src]

#[repr(C)]
pub struct VkSubpassDescription { pub flags: VkFlags, pub pipeline_bind_point: VkPipelineBindPoint, pub input_attachment_count: u32, pub input_attachments: *const VkAttachmentReference, pub color_attachment_count: u32, pub color_attachments: *const VkAttachmentReference, pub resolve_attachments: *const VkAttachmentReference, pub depth_stencil_attachment: *const VkAttachmentReference, pub preserve_attachment_count: u32, pub preserve_attachments: *const u32, }

Fields