Skip to main content

PFN_vkDestroyImage

Type Alias PFN_vkDestroyImage 

Source
pub type PFN_vkDestroyImage = Option<unsafe extern "system" fn(device: Device, image: Image, p_allocator: *const AllocationCallbacks)>;
Expand description

vkDestroyImage Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • image must be externally synchronized

Aliased Type§

pub enum PFN_vkDestroyImage {
    None,
    Some(unsafe extern "system" fn(Device, Image, *const AllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, Image, *const AllocationCallbacks))

Some value of type T.