Beispiel #1
0
 public static synchronized void glDeleteTextures(GL11 gl, int n, int[] textures, int offset) {
   gl.glDeleteTextures(n, textures, offset);
 }