Handbook
Glossary
glScissor ( 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
:
glScissor
( x y width height -- )
{
"glScissor"
}
20
gl-function-pointer
\
void
{
GLint
GLint
GLsizei
GLsizei
}
\
cdecl
alien-indirect
;