1

I know that the recently released android ndk r3 supports opengl es 2.0 on supported phones (nexus one for example), however it doesn't say whether there are java bindings for opengl es 2.0 included in the SDK yet. Are said bindings on the way, and if not, does JOGL2 support the opengl es 2.0 profile on the android?

Jeremy Bell
  • 5,253
  • 5
  • 41
  • 63

2 Answers2

3

Found it. Someone wrote some bindings here: http://apistudios.com/hosted/marzec/badlogic/wordpress/?p=343

Jeremy Bell
  • 5,253
  • 5
  • 41
  • 63
0

For what it's worth, the Android 2.2 SDK includes ES 2.0 java bindings.

thakis
  • 5,405
  • 1
  • 33
  • 33