Handbook
Glossary
glCompressedTexSubImage3D ( target level xoffset yoffset zoffset width height depth format imageSize data -- )
Vocabulary
opengl
.
gl
Inputs
target
an
object
level
an
object
xoffset
an
object
yoffset
an
object
zoffset
an
object
width
an
object
height
an
object
depth
an
object
format
an
object
imageSize
an
object
data
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
alien.syntax
opengl.gl.extensions
;
IN:
opengl.gl
:
glCompressedTexSubImage3D
( target level xoffset yoffset zoffset width height depth format imageSize data -- )
{
"glCompressedTexSubImage3D"
"glCompressedTexSubImage3DARB"
}
12
gl-function-pointer
\
void
{
GLenum
GLint
GLint
GLint
GLint
GLsizei
GLsizei
GLsizei
GLenum
GLsizei
pointer:
GLvoid
}
\
cdecl
alien-indirect
;