ash::vk

Type Alias PFN_vkCreateFramebuffer

Source
pub type PFN_vkCreateFramebuffer = unsafe extern "system" fn(device: Device, p_create_info: *const FramebufferCreateInfo, p_allocator: *const AllocationCallbacks, p_framebuffer: *mut Framebuffer) -> Result;