GLSL Programming/Android NDK
Tools
General
Sister projects
In other projects
This section is a stub. You can help Wikibooks byexpanding it. |
TheAndroid NDK supports GLSL for OpenGL ES 2.0 in C/C++ native code via the usual Mesa3D library libGLESv2. Anexample program is included in the Android NDK.
You can follow theGLUT section on Android using theGLUT wrapper for Android.