factor/extra/opengl/demo-support/demo-support-docs.factor

9 lines
251 B
Factor
Raw Normal View History

2018-01-27 16:43:36 -05:00
USING: help.markup help.syntax opengl.gl quotations ;
IN: opengl.demo-support
HELP: do-state
{ $values
{ "mode" GLenum }
{ "quot" quotation }
} { $description "Runs the quotation wrapped in a " { $link glBegin } "/" { $link glEnd } " block." } ;