Files
c-prime/application/source/engine/member.c
2025-11-17 10:28:09 +01:00

29 lines
254 B
C

#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;
}