Type Alias PFN_vkCreateFramebuffer

Source
pub type PFN_vkCreateFramebuffer = Option<unsafe extern "C" fn(device: VkDevice, pCreateInfo: *const VkFramebufferCreateInfo, pAllocator: *const VkAllocationCallbacks, pFramebuffer: *mut VkFramebuffer) -> VkResult>;

Aliased Type§

enum PFN_vkCreateFramebuffer {
    None,
    Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkFramebufferCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkFramebuffer_T) -> VkResult),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.