Type Alias unity_native_plugin_sys::PFN_vkDestroyImage

source ·
pub type PFN_vkDestroyImage = Option<unsafe extern "system" fn(device: VkDevice, image: VkImage, pAllocator: *const VkAllocationCallbacks)>;

Aliased Type§

enum PFN_vkDestroyImage {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkImage_T, _: *const VkAllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkImage_T, _: *const VkAllocationCallbacks))

Some value of type T.