Type Alias PFN_vkDestroyFramebuffer

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

Aliased Type§

pub enum PFN_vkDestroyFramebuffer {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkFramebuffer_T, *const VkAllocationCallbacks)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *mut VkFramebuffer_T, *const VkAllocationCallbacks))

Some value of type T.