pub unsafe fn create_render_pass(
device: VkDevice,
create_info: *const VkRenderPassCreateInfo,
allocator: *const VkAllocationCallbacks,
render_pass_out: *mut VkRenderPass,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.