Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
glDepthRange ( near_val far_val -- )
Vocabulary
opengl.gl
Definition
USING:
alien.c-types
alien.syntax
;
IN:
opengl.gl
LIBRARY:
gl
FUNCTION:
void
glDepthRange
(
GLclampd
near_val,
GLclampd
far_val )
;
inline