Android OpenGL ES 2: Introduction to VBOs

瘦欲@ 提交于 2019-12-13 08:02:07

问题


Can someone offer a tutorial for using vertex buffer objects (VBOs) in Android?

I am working on a 2D HUD which is drawn using OpenGL ES 2 on Android.


回答1:


The best OpenGL ES tutorials are not specifically for Android, but the way VBOs are used will be directly portable. The best OpenGL ES examples are in the PowerVR SDK.

There is also a collection of relevant articles on my blog that will help too.




回答2:


Here's some:

  • Most basic working vbo example
  • http://www.opengl.org/wiki/VBO_-_just_examples


来源:https://stackoverflow.com/questions/24859908/android-opengl-es-2-introduction-to-vbos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!