pub type AttachmentReference2KHR = AttachmentReference2;Aliased Type§
#[repr(C)]pub struct AttachmentReference2KHR {
pub sType: i32,
pub pNext: *const c_void,
pub attachment: u32,
pub layout: i32,
pub aspectMask: u32,
}Fields§
§sType: i32§pNext: *const c_void§attachment: u32§layout: i32§aspectMask: u32