gles 2.0 2d basic template.

Monkey Forums/Monkey Programming/gles 2.0 2d basic template.

Jesse(Posted 2014) [#1]
I am trying to do some 2d rendering in gles 2.0 and I am having a hard time trying to set up the surface for drawing. Does anybody have a simple template that can help me figure it out. I looked at a couple of tutorials in the internet but could not get them to work on Monkey.

A simple example of a triangle on the screen would do the trick.