VkGetInstanceProcAddr

Type Alias VkGetInstanceProcAddr 

Source
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()>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Instance, *const u8) -> Option<unsafe extern "system" fn()>)

Some value of type T.