Blender V4.3
device.cpp File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ device_optix_create()

Device * device_optix_create ( const DeviceInfo & info,
Stats & stats,
Profiler & profiler,
bool headless )

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

References LOG.

Referenced by Device::create().

◆ device_optix_info()

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

◆ device_optix_init()

CCL_NAMESPACE_BEGIN bool device_optix_init ( )

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

References device_cuda_init(), int, NULL, and VLOG_WARNING.

Referenced by Device::available_devices(), and Device::create().