Type Alias PFN_vkDestroyFramebuffer

Source
pub type PFN_vkDestroyFramebuffer = Option<unsafe extern "C" fn(device: VkDevice, framebuffer: VkFramebuffer, pAllocator: *const VkAllocationCallbacks)>;

Aliased Type§

enum PFN_vkDestroyFramebuffer {
    None,
    Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *mut VkFramebuffer_T, _: *const VkAllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *mut VkFramebuffer_T, _: *const VkAllocationCallbacks))

Some value of type T.