pub type VkLayerInstanceLink = VkLayerInstanceLink_;Expand description
A list node that contains the next entity’s vkGetInstanceProcAddr used by a layer. One
possible payload of VkLayerInstanceCreateInfo.
Aliased Type§
#[repr(C)]pub struct VkLayerInstanceLink {
pub pNext: *mut VkLayerInstanceLink_,
pub pfnNextGetInstanceProcAddr: unsafe extern "system" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>,
pub pfnNextGetPhysicalDeviceProcAddr: Option<unsafe extern "C" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>>,
}Fields§
§pNext: *mut VkLayerInstanceLink_§pfnNextGetInstanceProcAddr: unsafe extern "system" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>§pfnNextGetPhysicalDeviceProcAddr: Option<unsafe extern "C" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>>