Login  Register

Little Bug in opengl function or parameter

Posted by adi on Oct 30, 2012; 7:01pm
URL: https://forum.jogamp.org/Little-Bug-in-opengl-function-or-parameter-tp4026658.html

Hi

Can't use
gl.glDepthMask(GL4bc.GL_FALSE);

The function needs the type boolean, but the correct
parameter GL4bc.GL_FALSE is an integer value.
What is wrong?