HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VOP_VariableInput.h File Reference
#include "VOP_API.h"
#include "VOP_Node.h"
+ Include dependency graph for VOP_VariableInput.h:

Go to the source code of this file.

Classes

class  VOP_VariableInput
 

Macros

#define VOP_UNIFORM_VARYING_COMBO(vtype, utype)
 
#define VOP_UNIFORM_VARYING_COMBO2(vtype1, utype1, vtype2, utype2)
 

Macro Definition Documentation

#define VOP_UNIFORM_VARYING_COMBO (   vtype,
  utype 
)
Value:
vtype, vtype, \
vtype, utype, \
utype, utype,

Definition at line 16 of file VOP_VariableInput.h.

#define VOP_UNIFORM_VARYING_COMBO2 (   vtype1,
  utype1,
  vtype2,
  utype2 
)
Value:
vtype1, vtype2, \
vtype1, utype2, \
utype1, utype2,

Definition at line 21 of file VOP_VariableInput.h.