Blender  V2.93
Classes | Typedefs | Functions
util_debug.h File Reference
#include <cassert>
#include <iostream>
#include "bvh/bvh_params.h"

Go to the source code of this file.

Classes

class  DebugFlags
 
struct  DebugFlags::CPU
 
struct  DebugFlags::CUDA
 
struct  DebugFlags::OptiX
 
struct  DebugFlags::OpenCL
 

Typedefs

typedef DebugFlagsDebugFlagsRef
 
typedef const DebugFlagsDebugFlagsConstRef
 

Functions

DebugFlagsDebugFlags ()
 
std::ostream & operator<< (std::ostream &os, DebugFlagsConstRef debug_flags)
 

Typedef Documentation

◆ DebugFlagsConstRef

Definition at line 203 of file util_debug.h.

◆ DebugFlagsRef

Definition at line 202 of file util_debug.h.

Function Documentation

◆ DebugFlags()

DebugFlags& DebugFlags ( )
inline

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
DebugFlagsConstRef  debug_flags 
)