Handbook
Glossary
glStencilFunc ( func ref mask -- )
Vocabulary
opengl
.
gl
Inputs
func
an
object
ref
an
object
mask
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glStencilFunc
(
GLenum
func,
GLint
ref,
GLuint
mask )