OSDN Git Service

Add OpenGL ES 2.0 sample.
authorJack Palevich <jackpal@google.com>
Fri, 27 Nov 2009 11:54:46 +0000 (19:54 +0800)
committerJack Palevich <jackpal@google.com>
Wed, 9 Dec 2009 08:37:55 +0000 (16:37 +0800)
commit5dc449896cb596159652d15e7333d74e53601609
treeaa4e69c7bff88843cb4c7d573e7461d1d1d26dd5
parent37fbca223a683b1d914b7b26eaf79da6c29aa113
Add OpenGL ES 2.0 sample.

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.
samples/ApiDemos/AndroidManifest.xml
samples/ApiDemos/src/com/example/android/apis/graphics/GLES20Activity.java [new file with mode: 0644]
samples/ApiDemos/src/com/example/android/apis/graphics/GLES20TriangleRenderer.java [new file with mode: 0644]