GLSL Programming/Android NDK

From Wikibooks, open books for an open world
Jump to navigation Jump to search


The Android NDK supports GLSL for OpenGL ES 2.0 in C/C++ native code via the usual Mesa3D library libGLESv2. An example program is included in the Android NDK.

You can follow the GLUT section on Android using the GLUT wrapper for Android.


< GLSL Programming

Unless stated otherwise, all example source code on this page is granted to the public domain.