Jimp
02-29-2000, 07:43 AM
I am attempting to add OpenGL to an existing program. However, when I call glXMakeCurrent(), I get a return of 0 (= error) and sure enough nothing is drawn by ogl. I have previously gotten a valid Display, Window and GLXContext (the args to glXMakeCurrent). I have successfully called
glXQueryExtension()
glXChooseVisual()
glXCreateContext()
Any help greatly appreciated. Oh yes, the same code runs successfully on NT using wgl* where I'm using glX* on Unix.
glXQueryExtension()
glXChooseVisual()
glXCreateContext()
Any help greatly appreciated. Oh yes, the same code runs successfully on NT using wgl* where I'm using glX* on Unix.