|
Blender
V3.3
|
#include <debug.h>
Classes | |
| struct | CPU |
| struct | CUDA |
| struct | HIP |
| struct | Metal |
| struct | OptiX |
Public Member Functions | |
| void | reset () |
Static Public Member Functions | |
| static DebugFlags & | get () |
Public Attributes | |
| bool | viewport_static_bvh |
| bool | running_inside_blender |
| CPU | cpu |
| CUDA | cuda |
| OptiX | optix |
| HIP | hip |
| Metal | metal |
|
inlinestatic |
| void DebugFlags::reset | ( | ) |
Definition at line 92 of file debug.cpp.
References cpu, cuda, metal, optix, DebugFlags::CPU::reset(), DebugFlags::CUDA::reset(), DebugFlags::OptiX::reset(), DebugFlags::Metal::reset(), and viewport_static_bvh.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_reset(), and DebugFlags::OptiX::OptiX().
| CPU DebugFlags::cpu |
Definition at line 128 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), CPUKernelFunction< FunctionType >::get_best_kernel_info(), BlenderSync::get_scene_params(), and reset().
| CUDA DebugFlags::cuda |
Definition at line 131 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and reset().
| OptiX DebugFlags::optix |
Definition at line 134 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and reset().
| bool DebugFlags::running_inside_blender |
Definition at line 23 of file debug.h.
Referenced by init_func().
| bool DebugFlags::viewport_static_bvh |
Definition at line 21 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and reset().