Function create_command_pool

Source
pub unsafe fn create_command_pool(
    device: VkDevice,
    create_info: *const VkCommandPoolCreateInfo,
    allocator: *const VkAllocationCallbacks,
    command_pool_out: *mut VkCommandPool,
) -> VkResult