Type Alias VkSubpassDescription2KHR
Source pub type VkSubpassDescription2KHR = VkSubpassDescription2;
#[repr(C)]
pub struct VkSubpassDescription2KHR {Show 13 fields
pub sType: u32,
pub pNext: *const c_void,
pub flags: u32,
pub pipelineBindPoint: u32,
pub viewMask: u32,
pub inputAttachmentCount: u32,
pub pInputAttachments: *const VkAttachmentReference2,
pub colorAttachmentCount: u32,
pub pColorAttachments: *const VkAttachmentReference2,
pub pResolveAttachments: *const VkAttachmentReference2,
pub pDepthStencilAttachment: *const VkAttachmentReference2,
pub preserveAttachmentCount: u32,
pub pPreserveAttachments: *const u32,
}