7#ifndef PXR_USD_IMAGING_USD_IMAGING_TOKENS_H
8#define PXR_USD_IMAGING_USD_IMAGING_TOKENS_H
11#include "pxr/usdImaging/usdImaging/api.h"
14PXR_NAMESPACE_OPEN_SCOPE
16#define USDIMAGING_TOKENS \
17 ((collectionLightLink, "collection:lightLink")) \
18 ((collectionShadowLink, "collection:shadowLink")) \
19 ((configPrefix, "config:")) \
22 ((primvarsNormals, "primvars:normals")) \
23 ((primvarsWidths, "primvars:widths")) \
26 (usdPopulatedPrimCount) \
29 (usdVaryingTopology) \
30 (usdVaryingVisibility) \
38 (UsdPrimvarReader_float)\
39 (UsdPrimvarReader_float2)\
40 (UsdPrimvarReader_float3)\
41 (UsdPrimvarReader_float4)\
42 (UsdPrimvarReader_int) \
44 ((stageSceneIndexRepopulate, "__usdStageSceneIndexRepopulate")) \
45 ((niPropagatedPrototypesScope, "UsdNiPropagatedPrototypes"))
49 USDIMAGING_API, USDIMAGING_TOKENS);
51PXR_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.