Type: Posts; User: Yang Zhang
Thanks!
Hi, I have the following simple hello world program from the OpenGL red book: #include <GL/glut.h> void display() { glClearColor(0,0,0,0); glClear(GL_COLOR_BUFFER_BIT);