pub type PFN_vkDestroyBufferView = Option<unsafe extern "system" fn(device: Device, buffer_view: BufferView, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyBufferView
Provided by VK_COMPUTE_VERSION_1_0.
§Thread Safety
bufferViewmust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyBufferView {
None,
Some(unsafe extern "system" fn(Device, BufferView, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, BufferView, *const AllocationCallbacks))
Some value of type T.