summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/graphics/GLES20TriangleRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenGL ES 2.0 sample.Jack Palevich2009-11-271-0/+255
This sample renders a textured triangle using OpenGL ES 2.0. If OpenGL ES 2.0 is not available, the sample falls back to using OpenGL ES 1.0.