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