Re: glBlendFunci is not present in gl3?
Posted by
gouessej on
Apr 10, 2015; 2:20pm
URL: https://forum.jogamp.org/glBlendFunci-is-not-present-in-gl3-tp4034252p4034262.html
I assume that he meant that glBlendFunci is only in GL4 despite the documentation that mentions it in GL2GL3. I've just tested with an old version of JOGL and only GL4.glBlendFunci compiles, not GL2GL3.glBlendFunci.
He can safely use it if his hardware supports OpenGL 4, otherwise he should check if one of the extensions is available.