void glTexStorage2D(int target, int levels, int internalformat, int width, int height){ gl.texStorage2D(target, levels, internalformat, width, height); }