glLineWidth ( width -- )


Vocabulary
opengl.gl

Definition
USING: alien.c-types alien.syntax ;

IN: opengl.gl

LIBRARY: gl FUNCTION: void glLineWidth ( GLfloat width ) ;
inline