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