pub type PFN_vkCreateRenderPass2KHR = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkRenderPassCreateInfo2, pAllocator: *const VkAllocationCallbacks, pRenderPass: *mut VkRenderPass) -> VkResult>;

Aliased Type§

enum PFN_vkCreateRenderPass2KHR {
    None,
    Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkRenderPassCreateInfo2, _: *const VkAllocationCallbacks, _: *mut *mut VkRenderPass_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *const VkRenderPassCreateInfo2, _: *const VkAllocationCallbacks, _: *mut *mut VkRenderPass_T) -> i32)

Some value of type T.