Loading...
Searching...
No Matches
shaderProperty.h File Reference
+ Include dependency graph for shaderProperty.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SdrShaderProperty
 Represents a property (input or output) that is part of a SdrShaderNode instance. More...
 

Macros

#define SDR_PROPERTY_TYPE_TOKENS
 

Functions

 TF_DECLARE_PUBLIC_TOKENS (SdrPropertyTypes, SDR_API, SDR_PROPERTY_TYPE_TOKENS)
 

Macro Definition Documentation

◆ SDR_PROPERTY_TYPE_TOKENS

#define SDR_PROPERTY_TYPE_TOKENS
Value:
((Int, "int")) \
((String, "string")) \
((Float, "float")) \
((Color, "color")) \
((Color4, "color4")) \
((Point, "point")) \
((Normal, "normal")) \
((Vector, "vector")) \
((Matrix, "matrix")) \
((Struct, "struct")) \
((Terminal, "terminal")) \
((Vstruct, "vstruct")) \
((Unknown, "unknown"))

Definition at line 29 of file shaderProperty.h.