atishanand
December 21st, 2005, 11:46 PM
Hi there,
I'm a new OpenGl programmer. I am working on a cdoe which is supposed to display certain graphs. The problem is that when I start the application it displays some junk graphs or images. The problem sometimes exists even when I Restart the system. Moreover, this issue does not arise on every system. The OS being used on all these systems is Windows 2K.
I've used the following openGl commands to clear the screen.
glClearColor(1.0, 1.0, 1.0, 0.0);
glClear(GL_COLOR_BUFFER_BIT);
Can anybody help me out here.
Its kind of urgent.
Thanks,
Atish
I'm a new OpenGl programmer. I am working on a cdoe which is supposed to display certain graphs. The problem is that when I start the application it displays some junk graphs or images. The problem sometimes exists even when I Restart the system. Moreover, this issue does not arise on every system. The OS being used on all these systems is Windows 2K.
I've used the following openGl commands to clear the screen.
glClearColor(1.0, 1.0, 1.0, 0.0);
glClear(GL_COLOR_BUFFER_BIT);
Can anybody help me out here.
Its kind of urgent.
Thanks,
Atish