Login  Register

gl_PointCoord not working without enabled GL_POINT_SPRITE - is it a bug?

Posted by sektion31 on Jul 18, 2013; 4:33pm
URL: https://forum.jogamp.org/gl-PointCoord-not-working-without-enabled-GL-POINT-SPRITE-is-it-a-bug-tp4029611.html

Hi,

I couldn't find a bugtracker so I am posting this here on the forum.

I noticed that I have to enable GL_POINT_SPRITE via GL4bc profile to make gl_PointCoord work. In the default GL4 profile GL_POINT_SPRITE is disabled (which is the correct behavior), but one can not turn it on because GL_POINT_SPRITE is not existant anymore in GL4 (also correct).

So shouldn't gl_PointCoord just work by default in GL4 without enabling GL_POINT_SPRITE?