On Mon, 2009-01-19 at 08:52 +0100, Florian Echtler wrote: > > There are two bugs in freeglut: > > - It calls a GLX 1.3 function on a system that doesn't support GLX 1.3. > Could you check for GLX 1.3 at compile time? I suppose not, but maybe > there is a way?
Just like everything else in OpenGL, you have to check it at run-time. There is know way to know a priori whether the system the application is run on will support GLX 1.3 or not.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
