Blender V4.3
device/optix/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/string.h"
8#include "util/vector.h"
9
11
12class Device;
13class DeviceInfo;
14class Profiler;
15class Stats;
16
18
20 Stats &stats,
21 Profiler &profiler,
22 bool headless);
23
24void device_optix_info(const vector<DeviceInfo> &cuda_devices, vector<DeviceInfo> &devices);
25
#define CCL_NAMESPACE_END
void device_optix_info(const vector< DeviceInfo > &cuda_devices, vector< DeviceInfo > &devices)
Device * device_optix_create(const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)
bool device_optix_init()