pub unsafe fn create_framebuffer(
device: VkDevice,
create_info: *const VkFramebufferCreateInfo,
allocator: *const VkAllocationCallbacks,
framebuffer_out: *mut VkFramebuffer,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.