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