Blender V5.0
device.h File Reference
#include "util/unique_ptr.h"
#include "util/vector.h"

Go to the source code of this file.

Functions

bool device_optix_init ()
unique_ptr< Devicedevice_optix_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)
void device_optix_info (const vector< DeviceInfo > &cuda_devices, vector< DeviceInfo > &devices)

Function Documentation

◆ device_optix_create()

unique_ptr< Device > device_optix_create ( const DeviceInfo & info,
Stats & stats,
Profiler & profiler,
bool headless )

Definition at line 104 of file device/optix/device.cpp.

References LOG_FATAL.

Referenced by Device::create().

◆ device_optix_info()

void device_optix_info ( const vector< DeviceInfo > & cuda_devices,
vector< DeviceInfo > & devices )

◆ device_optix_init()

bool device_optix_init ( )