Freeglut working
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <GL/freeglut.h>
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
|
||||
}
|
||||
Reference in New Issue
Block a user