Type Alias unity_native_plugin_sys::VkAttachmentReference2KHR

source ·
pub type VkAttachmentReference2KHR = VkAttachmentReference2;

Aliased Type§

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