Type Alias unity_native_plugin_sys::PFN_vkDestroyBuffer
source · pub type PFN_vkDestroyBuffer = Option<unsafe extern "system" fn(device: VkDevice, buffer: VkBuffer, pAllocator: *const VkAllocationCallbacks)>;Aliased Type§
enum PFN_vkDestroyBuffer {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkBuffer_T, _: *const VkAllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkBuffer_T, _: *const VkAllocationCallbacks))
Some value of type T.