Type Definition erupt::vk1_0::PFN_vkCreateImage

source ·
pub type PFN_vkCreateImage = unsafe extern "system" fn(device: Device, p_create_info: *const ImageCreateInfo, p_allocator: *const AllocationCallbacks, p_image: *mut Image) -> Result;
Expand description

Vulkan Manual Page · Function