Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glTexSubImage2D ( target level xoffset yoffset width height format type pixels -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glTexSubImage2D
(
GLenum
target,
GLint
level,
GLint
xoffset,
GLint
yoffset,
GLsizei
width,
GLsizei
height,
GLenum
format,
GLenum
type,
GLvoid* pixels )
;
inline