[][src]Type Definition ash_tray::ash::vk::PFN_vkCreateCommandPool

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