Handbook
Glossary
CGLSetParameter ( ctx pname params -- CGLError )
Vocabulary
core-graphics
Inputs
ctx
an
object
pname
an
object
params
an
object
Outputs
CGLError
an
object
Definition
USING:
alien.syntax
core-graphics.types
opengl.gl
;
IN:
core-graphics
FUNCTION:
CGLError
CGLSetParameter
(
CGLContextObj
ctx,
CGLContextParameter
pname, GLint*
params )