Function create_render_pass

Source
pub unsafe fn create_render_pass(
    device: VkDevice,
    create_info: *const VkRenderPassCreateInfo,
    allocator: *const VkAllocationCallbacks,
    render_pass_out: *mut VkRenderPass,
) -> VkResult