HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
 

Macros

#define SDR_PROPERTY_TYPE_TOKENS
 

Functions

 TF_DECLARE_PUBLIC_TOKENS (SdrPropertyTypes, SDR_API, SDR_PROPERTY_TYPE_TOKENS)
 

Macro Definition Documentation

#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"))
double Float
Definition: APEX_Include.h:62
UT_StringHolder String
Definition: APEX_Include.h:63
exint Int
Definition: APEX_Include.h:61

Definition at line 29 of file shaderProperty.h.

Function Documentation

TF_DECLARE_PUBLIC_TOKENS ( SdrPropertyTypes  ,
SDR_API  ,
SDR_PROPERTY_TYPE_TOKENS   
)