Blender V5.0
config.h File Reference
#include <pxr/pxr.h>

Go to the source code of this file.

Namespaces

namespace  HD_CYCLES_NS
namespace  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 11 of file hydra/config.h.

◆ CCL_NS

#define CCL_NS   ccl

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

◆ HD_CYCLES_NS

#define HD_CYCLES_NS   HdCycles

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

◆ HDCYCLES_NAMESPACE_CLOSE_SCOPE

#define HDCYCLES_NAMESPACE_CLOSE_SCOPE   }

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

Referenced by ApplyPrimvars(), and GetNodeValue().

◆ HDCYCLES_NAMESPACE_OPEN_SCOPE

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

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