glGetClipPlane ( plane equation -- ) (original) (raw)
glGetClipPlane ( plane equation -- )
Inputs
plane | an object |
---|---|
equation | an object |
Outputs
None
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: gl FUNCTION: void glGetClipPlane
( GLenum plane, GLdouble* equation )