Add Chromium-only Blender WebEngine parity work
This commit is contained in:
21
blender-5.2.0/intern/cycles/device/multi/device.h
Normal file
21
blender-5.2.0/intern/cycles/device/multi/device.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "util/unique_ptr.h"
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
class Device;
|
||||
class DeviceInfo;
|
||||
class Profiler;
|
||||
class Stats;
|
||||
|
||||
unique_ptr<Device> device_multi_create(const DeviceInfo &info,
|
||||
Stats &stats,
|
||||
Profiler &profiler,
|
||||
bool headless);
|
||||
|
||||
CCL_NAMESPACE_END
|
||||
Reference in New Issue
Block a user