Login  Register

ARB and EXT functions

Posted by Xfel on Mar 22, 2011; 1:57pm
URL: https://forum.jogamp.org/ARB-and-EXT-functions-tp2714937.html

Hello,

In some specification I read that in JOGL, it does not matter whether the function is normal, EXT or ARB. the linker automatically chooses the right function.

But when I use glProgramParameteri, I find a normal and a ARB version in the GL2 profile, but calling the normal one just had no effect. So what is the current state about extensions and JOGL?