pub type PFN_vkCreateRenderPass2 = unsafe extern "system" fn(_device: Device, _create_info: *const RenderPassCreateInfo2, _allocator: *const AllocationCallbacks, _render_pass: *mut RenderPass) -> Result;
Expand description