示例#1
0
 public void updateTexels(int x, int y, int w, int h) {
   updateTexelsImpl(x, y, w, h);
 }
示例#2
0
 public void updateTexels() {
   updateTexelsImpl(0, 0, width, height);
 }