7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_TOKENS_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_TOKENS_H
11#include "hdPrman/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
16#define HD_PRMAN_TOKENS \
18 (meshLightSourceMesh) \
19 (meshLightSourcePoints) \
20 (meshLightSourceVolume) \
29#define HD_PRMAN_RILEY_PRIM_TYPE_TOKENS \
30 ((camera, "riley:camera")) \
31 ((clippingPlane, "riley:clippingPlane")) \
32 ((coordinateSystem, "riley:coordinateSystem")) \
33 ((displacement, "riley:displacement")) \
34 ((display, "riley:display")) \
35 ((displayFilter, "riley:displayFilter")) \
36 ((energyFilter, "riley:energyFilter")) \
37 ((geometryInstance, "riley:geometryInstance")) \
38 ((geometryPrototype, "riley:geometryPrototype")) \
39 ((globals, "riley:globals")) \
40 ((integrator, "riley:integrator")) \
41 ((lightInstance, "riley:lightInstance")) \
42 ((lightShader, "riley:lightShader")) \
43 ((material, "riley:material")) \
44 ((renderOutput, "riley:renderOutput")) \
45 ((renderTarget, "riley:renderTarget")) \
46 ((renderView, "riley:renderView")) \
47 ((sampleFilter, "riley:sampleFilter"))
50 HD_PRMAN_RILEY_PRIM_TYPE_TOKENS);
52#define HD_PRMAN_RILEY_ADDITIONAL_ROLE_TOKENS \
57 HD_PRMAN_RILEY_ADDITIONAL_ROLE_TOKENS);
59#define HD_PRMAN_RENDER_PARAM_TOKENS \
63 HD_PRMAN_RENDER_PARAM_TOKENS);
65#define HD_PRMAN_PLUGIN_TOKENS \
66 ((idAssigning, "HdPrman_IdSceneIndexPlugin")) \
67 ((motionBlur, "HdPrman_MotionBlurSceneIndexPlugin")) \
68 ((extComp, "HdPrman_ExtComputationPrimvarPruningSceneIndexPlugin")) \
69 ((retesselation, "HdPrman_RetesselationSceneIndexPlugin")) \
70 ((vblurInterpreting, "HdPrman_VblurInterpretingSceneIndexPlugin")) \
71 ((velocityMotion, "HdPrman_VelocityMotionResolvingSceneIndexPlugin")) \
72 ((worldOffset, "HdPrman_WorldOffsetSceneIndexPlugin")) \
73 ((particleFieldConversion, "HdPrman_ParticleFieldConversionSceneIndexPlugin"))
77#define HD_PRMAN_DISPLAY_NAMES \
78 ((RenderManRIS, "RenderMan RIS")) \
79 ((RenderManXPU, "RenderMan XPU")) \
80 ((RenderManXPUCPU, "RenderMan XPU - CPU")) \
81 ((RenderManXPUGPU, "RenderMan XPU - GPU"))
85#define HD_PRMAN_ATTRIBUTE_NAMES \
86 ((riAttributesIdentifierId, \
87 "ri:attributes:identifier:id")) \
88 ((riAttributesIdentifierId2, \
89 "ri:attributes:identifier:id2"))
94const std::vector<std::string>& HdPrman_GetPluginDisplayNames();
97PXR_NAMESPACE_CLOSE_SCOPE
This file defines some macros that are useful for declaring and using static TfTokens.
#define TF_DECLARE_PUBLIC_TOKENS(...)
Macro to define public tokens.
std::vector< TfToken > TfTokenVector
Convenience types.