texStorage2D method
Implementation
void texStorage2D(
int target, int levels, int internalformat, int width, int height) =>
js_util.callMethod(this, 'texStorage2D',
[target, levels, internalformat, width, height]);
void texStorage2D(
int target, int levels, int internalformat, int width, int height) =>
js_util.callMethod(this, 'texStorage2D',
[target, levels, internalformat, width, height]);