Blender V5.0
device/multi/device.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include "util/unique_ptr.h"
8
10
11class Device;
12class DeviceInfo;
13class Profiler;
14class Stats;
15
17 Stats &stats,
18 Profiler &profiler,
19 bool headless);
20
#define CCL_NAMESPACE_END
unique_ptr< Device > device_multi_create(const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)