glGetClipPlane ( plane equation -- ) (original) (raw)

glGetClipPlane ( plane equation -- )

Vocabulary
opengl.gl

Inputs

plane an object
equation an object

Outputs
None

Definition

USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glGetClipPlane
( GLenum plane, GLdouble* equation )