Go to the source code of this file.
|
#define | SDR_NODE_METADATA_TOKENS |
|
#define | SDR_NODE_CONTEXT_TOKENS |
|
#define | SDR_NODE_ROLE_TOKENS |
|
|
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeMetadata, SDR_API, SDR_NODE_METADATA_TOKENS) |
|
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeContext, SDR_API, SDR_NODE_CONTEXT_TOKENS) |
|
| TF_DECLARE_PUBLIC_TOKENS (SdrNodeRole, SDR_API, SDR_NODE_ROLE_TOKENS) |
|
◆ SDR_NODE_CONTEXT_TOKENS
#define SDR_NODE_CONTEXT_TOKENS |
Value:((Pattern, "pattern")) \
((Surface, "surface")) \
((Volume, "volume")) \
((Displacement, "displacement")) \
((Light, "light")) \
((LightFilter, "lightFilter")) \
((SampleFilter, "sampleFilter")) \
((PixelFilter, "pixelFilter"))
Definition at line 59 of file shaderNode.h.
◆ SDR_NODE_METADATA_TOKENS
#define SDR_NODE_METADATA_TOKENS |
Value:((Category, "category")) \
((Role, "role")) \
((Departments, "departments")) \
((Help, "help")) \
((Label, "label")) \
((Pages, "pages")) \
((Primvars, "primvars")) \
((ImplementationName, "__SDR__implementationName"))\
((Target, "__SDR__target")) \
((SdrUsdEncodingVersion, "sdrUsdEncodingVersion")) \
((SdrDefinitionNameFallbackPrefix, "sdrDefinitionNameFallbackPrefix"))
Definition at line 41 of file shaderNode.h.
◆ SDR_NODE_ROLE_TOKENS
#define SDR_NODE_ROLE_TOKENS |
Value:((Primvar, "primvar")) \
((Texture, "texture")) \
((Field, "field")) \
((Math, "math")) \
Definition at line 69 of file shaderNode.h.