pub type PFN_vkGetDeviceProcAddr = Option<unsafe extern "system" fn(device: Device, p_name: *const c_char) -> PFN_vkVoidFunction>;Expand description
vkGetDeviceProcAddr
Provided by VK_BASE_VERSION_1_0.
Aliased Type§
pub enum PFN_vkGetDeviceProcAddr {
None,
Some(unsafe extern "system" fn(Device, *const i8) -> Option<unsafe extern "system" fn()>),
}