Login  Register

Re: JOGL GL_GEOMETRY_SHADER_EXT

Posted by Sven Gothel on May 09, 2011; 2:49pm
URL: https://forum.jogamp.org/JOGL-GL-GEOMETRY-SHADER-EXT-tp2918521p2918978.html

On Monday, May 09, 2011 02:34:22 pm iuiz [via jogamp] wrote:

>
> Hi,
>
> I was trying to write a simple geometry shader using jogl2 with GL2. However
> I can't find the GL_GEOMETRY_SHADER_EXT bit. Can you help me?
>
> Thx,
> iuiz
>
> _______________________________________________
> If you reply to this email, your message will be added to the discussion below:
> http://forum.jogamp.org/JOGL-GL-GEOMETRY-SHADER-EXT-tp2918521p2918521.html
> To start a new topic under jogl, email [hidden email]
> To unsubscribe from jogl, visit the ARB version ..

build-x86_64/jogl/gensrc/classes/javax/media/opengl/GL2GL3.java:  public static final int GL_GEOMETRY_SHADER_ARB  0x8DD9;

If you have a nice unit test and/or demo, pls offer this one to us
so we can have it in our repo. Thx.

~Sven