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