factor/demos/nehe/nehe-utils.factor

6 lines
96 B
Factor

IN: nehe
USING: kernel opengl ;
: with-gl ( type quot -- )
>r glBegin r> call glEnd ; inline