arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

GrinderKinds.h File Reference

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...


Enumeration Type Documentation

enum GRINDER_KINDS
 

the different kinds of cranks and meta programs are defined here used in the respective base classes

Enumeration values:
GK_UNKNOWN 
GK_VERTEX 
GK_FRAGMENT  vertex program
GK_GLIFT  fragment program
GK_SHADER  glift/GL state
GK_PASS  glift shader
GK_MULTI_PASS  render pass
GK_KIND_LAST  multiple render passes

Definition at line 26 of file GrinderKinds.h.


Send questions, comments, and bug reports to:
jmk