Files

29 lines
254 B
C
Raw Permalink Normal View History

2025-11-17 10:28:09 +01:00
#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;
}