Android 平台上是否有 OpenGL ES 2.0 的 java 绑定?
我知道最近发布的 android ndk r3 在受支持的手机(例如 Nexus One)上支持 opengl es 2.0,但是它没有说明 SDK 中是否包含 opengl es 2.0 的 java 绑定。是否有所说的绑定,如果没有,JOGL2 是否支持 android 上的 opengl es 2.0 配置文件?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
找到了。有人在这里写了一些绑定:
http://apistudios.com/hosted/marzec/badlogic/wordpress/? p=343
Found it. Someone wrote some bindings here:
http://apistudios.com/hosted/marzec/badlogic/wordpress/?p=343
就其价值而言,Android 2.2 SDK 包含 ES 2.0 java 绑定。
For what it's worth, the Android 2.2 SDK includes ES 2.0 java bindings.