factor/demos/nehe/nehe-utils.factor

6 lines
96 B
Factor
Raw Normal View History

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