pub type VkGetInstanceProcAddr = Option<unsafe extern "system" fn(VkInstance, *const c_char) -> VkVoidFunction>;Expand description
(sdl3-sys) The definition of the VkInstance argument type can change based on enabled features. See VkInstance.
Aliased Type§
pub enum VkGetInstanceProcAddr {
None,
Some(unsafe extern "system" fn(Instance, *const u8) -> Option<unsafe extern "system" fn()>),
}