pub type CreateCommandPool = unsafe extern "C" fn(device: Device, p_create_info: *const CommandPoolCreateInfo, p_allocator: *const AllocationCallbacks, p_command_pool: *mut CommandPool) -> Result;Expand description
Chapter: Command Buffers
Description: Create a new command pool object
Provided by: VK_VERSION_1_0
Reference: vkCreateCommandPool