Login  Register

glBlendFunci is not present in gl3?

Posted by elect on Apr 10, 2015; 7:47am
URL: https://forum.jogamp.org/glBlendFunci-is-not-present-in-gl3-tp4034252.html

In this page, there is the interface GL3

it extends:

GL, GL2ES2, GL2ES3, GL2GL3, GL3ES3, GLBase

and if you search for "glBlendFunci" you can see it is part of:

Methods inherited from interface com.jogamp.opengl.GL2GL3

But I dont have any glBlendFunci in my GL3 or GL2GL3..

If I search for references in JOGL, only GL4 results pop up..

This is not the first time I see a mismatch between wiki and lib, also in Math there were some mismatch regarding quaternion related functions..