Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glTexEnvf ( target pname param -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glTexEnvf
(
GLenum
target,
GLenum
pname,
GLfloat
param )
;
inline