Skip to main content

PFN_vkDestroyFramebuffer

Type Alias PFN_vkDestroyFramebuffer 

Source
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

  • framebuffer must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.