void texStorage2D(int type, int levels, int glInternalFormat, int width, int height) { gl.texStorage2D(type, levels, glInternalFormat, width, height); }