Re: GL2ES2 : glEnableClientState(GL2ES2.GL_VERTEX_ARRAY) issue
Posted by
vslash on
Mar 28, 2013; 2:16pm
URL: https://forum.jogamp.org/GL2ES2-glEnableClientState-GL2ES2-GL-VERTEX-ARRAY-issue-tp4028490p4028845.html
I know we are at Jogamp here (Java), but for those interested in C++ i just released the NWTPI API, a very simple one ; it would like to mimic some NEWT concept in the future ; a full example is included into project (using VBO and VBE bindings ..).
Use is as simple as possible :
NWTPI * drawable = new NWTPI("MyDrawable",width,height);
MyGlObject * Triangle = new MyGlObject();
Triangle->drawScene();
drawable->swapBuffers();
That's all !
DispmanX is a bit tricky and difficult to understand. A readme file will give you some tips.
https://code.google.com/p/nwtpi/Source -> Browse -> Trunk
or svn checkout ..
Designed upon Raspbian 3.6.11.
Val.