GLIdpublic interface GLId
Methods Summary |
---|
public int | generateTexture()
| public void | glDeleteBuffers(javax.microedition.khronos.opengles.GL11 gl, int n, int[] buffers, int offset)
| public void | glDeleteFramebuffers(javax.microedition.khronos.opengles.GL11ExtensionPack gl11ep, int n, int[] buffers, int offset)
| public void | glDeleteTextures(javax.microedition.khronos.opengles.GL11 gl, int n, int[] textures, int offset)
| public void | glGenBuffers(int n, int[] buffers, int offset)
|
|