gk::BufferLayout Struct Reference
List of all members.
Public Types |
enum | { NORMALIZE_BIT = 1,
INTEGER_BIT = 2
} |
Public Member Functions |
| BufferLayout (const int _size, const GLenum _type, const unsigned long int _stride=0, const unsigned long int _offset=0, const int _divisor=0, const unsigned int flags=0) |
bool | operator== (const BufferLayout &b) |
bool | operator!= (const BufferLayout &b) |
Public Attributes |
int | size |
GLenum | type |
unsigned long int | stride |
unsigned long int | offset |
int | divisor |
bool | normalize_flag |
bool | integer_flag |
The documentation for this struct was generated from the following file: