Update opengl docs

db4
Slava Pestov 2009-01-30 03:37:20 -06:00
parent 8728891876
commit 447d30be62
1 changed files with 2 additions and 1 deletions
basis/opengl

View File

@ -4,7 +4,8 @@ IN: opengl
HELP: gl-color
{ $values { "color" color } }
{ $description "Wrapper for " { $link glColor4d } " taking a color specifier." } ;
{ $description "Wrapper for " { $link glColor4d } " taking an instance of " { $link color } "." }
{ $notes "See " { $link "colors" } "." } ;
HELP: gl-error
{ $description "If the most recent OpenGL call resulted in an error, print the error to " { $link output-stream } "." } ;