Type Definition erupt::vk1_0::PFN_vkCreateCommandPool[][src]

type PFN_vkCreateCommandPool = unsafe extern "system" fn(device: Device, p_create_info: *const CommandPoolCreateInfo, p_allocator: *const AllocationCallbacks, p_command_pool: *mut CommandPool) -> Result;

Vulkan Manual Page · Function