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