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