Skip to main content

PFN_vkDestroyImageView

Type Alias PFN_vkDestroyImageView 

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

vkDestroyImageView Provided by VK_BASE_VERSION_1_0.

§Thread Safety

  • imageView must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.