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