Skip to main content

PFN_vkDestroyBufferView

Type Alias PFN_vkDestroyBufferView 

Source
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

  • bufferView must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.