public void updateTexels(int x, int y, int w, int h) { updateTexelsImpl(x, y, w, h); }
public void updateTexels() { updateTexelsImpl(0, 0, width, height); }