glGetMapfv ( target query v -- ) (original) (raw)

glGetMapfv ( target query v -- )

Vocabulary
opengl.gl

Inputs

target an object
query an object
v an object

Outputs
None

Definition

USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glGetMapfv
( GLenum target, GLenum query, GLfloat* v )