Login  Register

Re: GL2ES2 implementation

Posted by gouessej on Sep 17, 2014; 7:45pm
URL: https://forum.jogamp.org/GL2ES2-implementation-tp3270403p4033158.html

Have you looked at the project jogl-demos on Github?

You can look at this example:
http://jogamp.org/git/?p=jogl-demos.git;a=blob;f=src/demos/es2/RawGL2ES2demo.java;hb=HEAD

What do you expect? What are you looking for? JOGL is mostly a Java binding for the OpenGL and OpenGL ES APIs. It contains some helpers in order to ease the support of cross-platform code paths, for example there are some classes to emulate a part of the fixed pipeline, ImmModeSink (emulates the immediate mode) and com.jogamp.opengl.util.glsl.fixedfunc.FixedFuncUtil.
Julien Gouesse | Personal blog | Website