SubpassDescription2KHR

Type Alias SubpassDescription2KHR 

Source
pub type SubpassDescription2KHR = SubpassDescription2;

Aliased Type§

#[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,
}

Fields§

§sType: i32§pNext: *const c_void§flags: u32§pipelineBindPoint: i32§viewMask: u32§inputAttachmentCount: u32§pInputAttachments: *const AttachmentReference2§colorAttachmentCount: u32§pColorAttachments: *const AttachmentReference2§pResolveAttachments: *const AttachmentReference2§pDepthStencilAttachment: *const AttachmentReference2§preserveAttachmentCount: u32§pPreserveAttachments: *const u32