Opengl ES2.0 for android的文档应该上哪里查


我最近在学校OpenGL ES2.0 for Android的一些知识。
然后在编程中,调用android.opengl.GLES20中的方法。发现没有文档,上谷歌安卓http://developer.android.com/ 上竟然只给出方法名而没有解释。

比如GLES20.glGenTextures()方法。API中直接显示

   
  public static void glGenTextures (int n, IntBuffer textures)
  

Added in API level 8

一点解释都没有
所以我几乎每个方法都要谷歌百度上查。有些好查不到。
我在网上找了很多文档。不是不全就是几乎像是一本书。没有找到符合文档结构的参考。

各位大神,你们学习OpneglES2.0的时候,这些方法的用法你们是怎么查

Android opengl

defuse 11 years, 5 months ago

Your Answer