Initial commit
This commit is contained in:
28
application/source/engine/member.c
Normal file
28
application/source/engine/member.c
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
|
||||
#include <GL/glext.h>
|
||||
|
||||
#include <GL/gl.h> // GL 1.1 functions
|
||||
|
||||
#include <GL/glx.h>
|
||||
|
||||
|
||||
|
||||
class member{
|
||||
|
||||
char * name;
|
||||
|
||||
GLint index;
|
||||
|
||||
GLint offset;
|
||||
|
||||
GLint size;
|
||||
|
||||
GLenum type;
|
||||
|
||||
GLuint arrayStride;
|
||||
|
||||
GLuint topLevelSize;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user