|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| bool | device_optix_init () |
| Device * | device_optix_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless) |
| 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 ) |
Definition at line 99 of file device/optix/device.cpp.
References LOG.
Referenced by Device::create().
| void device_optix_info | ( | const vector< DeviceInfo > & | cuda_devices, |
| vector< DeviceInfo > & | devices ) |
Definition at line 58 of file device/optix/device.cpp.
References DENOISER_OPENIMAGEDENOISE, DENOISER_OPTIX, DEVICE_CUDA, and DEVICE_OPTIX.
Referenced by Device::available_devices().
| 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().