Blender  V2.93
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
DebugFlags Class Reference

#include <util_debug.h>

Classes

struct  CPU
 
struct  CUDA
 
struct  OpenCL
 
struct  OptiX
 

Public Member Functions

void reset ()
 

Static Public Member Functions

static DebugFlagsget ()
 

Public Attributes

bool viewport_static_bvh
 
bool running_inside_blender
 
CPU cpu
 
CUDA cuda
 
OptiX optix
 
OpenCL opencl
 

Detailed Description

Definition at line 31 of file util_debug.h.

Member Function Documentation

◆ get()

static DebugFlags& DebugFlags::get ( void  )
inlinestatic

Definition at line 167 of file util_debug.h.

Referenced by DebugFlags().

◆ reset()

void DebugFlags::reset ( )

Member Data Documentation

◆ cpu

CPU DebugFlags::cpu

◆ cuda

CUDA DebugFlags::cuda

◆ opencl

OpenCL DebugFlags::opencl

◆ optix

OptiX DebugFlags::optix

◆ running_inside_blender

bool DebugFlags::running_inside_blender

Definition at line 36 of file util_debug.h.

Referenced by init_func().

◆ viewport_static_bvh

bool DebugFlags::viewport_static_bvh

Definition at line 34 of file util_debug.h.

Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and reset().


The documentation for this class was generated from the following files: