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