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