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