VkVoidFunction

Type Alias VkVoidFunction 

Source
pub type VkVoidFunction = Option<unsafe extern "system" fn()>;
Expand description

(sdl3-sys) Generic Vulkan void function. Cast to the appropriate type before use.

Aliased Type§

pub enum VkVoidFunction {
    None,
    Some(unsafe extern "system" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn())

Some value of type T.