Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glClearAccum ( red green blue alpha -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glClearAccum
(
GLfloat
red,
GLfloat
green,
GLfloat
blue,
GLfloat
alpha )
;
inline