glTexImage3D Interface to
OpenGL function glTexImage3D
usage: glTexImage3D( target, level, internalformat, width, height, depth, border, format, type, pixels )
C function: void glTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels)
Psychtoolbox/PsychOpenGL/MOGL/wrap/glTexImage3D.m