texStorage2D method
Implementation
void texStorage2D(int target, int levels, int internalformat, int width, int height){
_gl.texStorage2D(target, levels, internalformat, width, height);
checkError('texStorage2D');
}
void texStorage2D(int target, int levels, int internalformat, int width, int height){
_gl.texStorage2D(target, levels, internalformat, width, height);
checkError('texStorage2D');
}