Blender  V3.3
Namespaces | Macros
hydra/config.h File Reference
#include <pxr/pxr.h>

Go to the source code of this file.

Namespaces

 HD_CYCLES_NS
 
 CCL_NS
 

Macros

#define CCL_NS   ccl
 
#define CCL_NAMESPACE_USING_DIRECTIVE   using namespace CCL_NS;
 
#define HD_CYCLES_NS   HdCycles
 
#define HDCYCLES_NAMESPACE_OPEN_SCOPE
 
#define HDCYCLES_NAMESPACE_CLOSE_SCOPE   }
 

Macro Definition Documentation

◆ CCL_NAMESPACE_USING_DIRECTIVE

#define CCL_NAMESPACE_USING_DIRECTIVE   using namespace CCL_NS;

Definition at line 10 of file hydra/config.h.

◆ CCL_NS

#define CCL_NS   ccl

Definition at line 9 of file hydra/config.h.

◆ HD_CYCLES_NS

#define HD_CYCLES_NS   HdCycles

Definition at line 12 of file hydra/config.h.

◆ HDCYCLES_NAMESPACE_CLOSE_SCOPE

#define HDCYCLES_NAMESPACE_CLOSE_SCOPE   }

Definition at line 17 of file hydra/config.h.

◆ HDCYCLES_NAMESPACE_OPEN_SCOPE

#define HDCYCLES_NAMESPACE_OPEN_SCOPE
Value:
namespace HD_CYCLES_NS { \
CCL_NAMESPACE_USING_DIRECTIVE; \
PXR_NAMESPACE_USING_DIRECTIVE;

Definition at line 13 of file hydra/config.h.