Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_debug.h
| Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | public: | ||||
| struct OptiX { | struct OptiX { | ||||
| OptiX(); | OptiX(); | ||||
| /* Reset flags to their defaults. */ | /* Reset flags to their defaults. */ | ||||
| void reset(); | void reset(); | ||||
| /* Number of CUDA streams to launch kernels concurrently from. */ | /* Number of CUDA streams to launch kernels concurrently from. */ | ||||
| int cuda_streams; | int cuda_streams; | ||||
| /* Use OptiX curves API for hair instead of custom implementation. */ | |||||
| bool curves_api; | |||||
| }; | }; | ||||
| /* Descriptor of OpenCL feature-set to be used. */ | /* Descriptor of OpenCL feature-set to be used. */ | ||||
| struct OpenCL { | struct OpenCL { | ||||
| OpenCL(); | OpenCL(); | ||||
| /* Reset flags to their defaults. */ | /* Reset flags to their defaults. */ | ||||
| void reset(); | void reset(); | ||||
| ▲ Show 20 Lines • Show All 93 Lines • Show Last 20 Lines | |||||