factor/demos/nehe/nehe-utils.factor

6 lines
96 B
Factor
Raw Normal View History

2006-11-28 17:05:01 -05:00
IN: nehe
USING: kernel opengl ;
: with-gl ( type quot -- )
>r glBegin r> call glEnd ; inline