GL_ARB_imaging

Started by
0 comments, last by vincoof 19 years, 7 months ago
Hello members, my graphics card supports the GL_ARB_imaging extension, but the extension isn't listed in the OpenGL extension registry. Google brought poor results, too. Can anyone point me to a place where I can find more information about it? Regards, Lyve
_____________________________________http://www.winmaze.de, a 3D shoot em up in OpenGL, nice graphics, multiplayer, chat rooms, a nice community, worth visiting! ;)http://www.spheretris.tk, an upcoming Tetrisphere clone for windows, a 3D tetris game on a sphere with powerful graphics for Geforce FX and similar graphics cards.
Advertisement
The imaging subset is an extension to the core GL spec.
Take a look at italic paragraphs in the OpenGL specification 1.2 (or higher).

As a side note, check for the ARB_imaging string instead of GL_ARB_imaging, because some old (odd?) implementations do not prefix the extension with GL_ (since this was one of the first extensions ever written, I'm not suprised some implementations did that mistake).

[Edited by - vincoof on September 1, 2004 4:59:53 PM]

This topic is closed to new replies.

Advertisement