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
imageViewmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyImageView {
None,
Some(unsafe extern "system" fn(Device, ImageView, *const AllocationCallbacks)),
}