texStorage2D method
Implementation
void texStorage2D(int type, int levels, int glInternalFormat, int width, int height) {
// try {
gl.texStorage2D(type, levels, glInternalFormat, width, height);
// } catch ( error ) {
// print( 'THREE.WebGLState: ${error}' );
// }
}