texStorage3D method
Implementation
void texStorage3D(int target, int levels, int internalformat, int width, int height, int depth){
  startCheck('texStorage3D');
  gl.glTexStorage3D(target, levels, internalformat, width, height, depth);
}void texStorage3D(int target, int levels, int internalformat, int width, int height, int depth){
  startCheck('texStorage3D');
  gl.glTexStorage3D(target, levels, internalformat, width, height, depth);
}