Go to the source code of this file.
Enumerations | |
enum | GRINDER_KINDS { GK_UNKNOWN = 0, GK_VERTEX = 1<<0, GK_FRAGMENT = 1<<1, GK_GLIFT = 1<<2, GK_SHADER = 1<<3, GK_PASS = 1<<4, GK_MULTI_PASS = 1<<5, GK_KIND_LAST } |
the different kinds of cranks and meta programs are defined here used in the respective base classes More... |
|
the different kinds of cranks and meta programs are defined here used in the respective base classes
Definition at line 26 of file GrinderKinds.h. |