GLSL Programming/Android SDK
This section is a stub. You can help Wikibooks by expanding it. |
The Android SDK supports GLSL for OpenGL ES 2.0 via the Java class android.opengl.GLES20.
- An example program is included in the Android SDK.
- This GLES 2.0 sample introduces useful classes for constructing and rendering meshes and compositing 2D Android graphics.
- This more elaborate sample makes further use of the same utility classes.
Unless stated otherwise, all example source code on this page is granted to the public domain.