pub type PFN_vkGetInstanceProcAddr = Option<unsafe extern "system" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>>;Expand description
vkGetInstanceProcAddr
Provided by VK_BASE_VERSION_1_0.
Aliased Type§
pub enum PFN_vkGetInstanceProcAddr {
None,
Some(unsafe extern "system" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>),
}