#include <stdio.h>
#include <GL/glew.h>
#include <GL/glut.h>
#include <GL/wglew.h>
#include <GL/glxew.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 2207 of file glewinfo.c. References GL_RENDERER, GL_TRUE, GL_VENDOR, GL_VERSION, GLEW_OK, glewExperimental, glewGetErrorString(), glewInit(), glGetString(), and GLint. |