 |
Blender
V3.3
|
Go to the documentation of this file.
10 #define CCL_NAMESPACE_USING_DIRECTIVE using namespace CCL_NS;
12 #define HD_CYCLES_NS HdCycles
13 #define HDCYCLES_NAMESPACE_OPEN_SCOPE \
14 namespace HD_CYCLES_NS { \
15 CCL_NAMESPACE_USING_DIRECTIVE; \
16 PXR_NAMESPACE_USING_DIRECTIVE;
17 #define HDCYCLES_NAMESPACE_CLOSE_SCOPE }