Handbook
Glossary
glViewport ( x y width height -- )
Vocabulary
opengl
.
gl
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien
alien.c-types
opengl.gl.extensions
;
IN:
opengl.gl
:
glViewport
( x y width height -- )
{
"glViewport"
}
53
gl-function-pointer
\
void
{
GLint
GLint
GLsizei
GLsizei
}
\
cdecl
alien-indirect
;