pub type PFN_vkDestroyFramebuffer = Option<unsafe extern "system" fn(device: Device, framebuffer: Framebuffer, p_allocator: *const AllocationCallbacks)>;Expand description
vkDestroyFramebuffer
Provided by VK_GRAPHICS_VERSION_1_0.
§Thread Safety
framebuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkDestroyFramebuffer {
None,
Some(unsafe extern "system" fn(Device, Framebuffer, *const AllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, Framebuffer, *const AllocationCallbacks))
Some value of type T.