pub type PFN_vkDestroyBuffer = Option<unsafe extern "system" fn(device: Device, buffer: Buffer, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyBuffer
Provided by VK_BASE_VERSION_1_0.
§Thread Safety
buffermust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyBuffer {
None,
Some(unsafe extern "system" fn(Device, Buffer, *const AllocationCallbacks)),
}