gpu.shaders: typo in docs reported by typemore

db4
Joe Groff 2010-08-17 17:07:15 -07:00
parent 92c8d42bb7
commit fa65635e6f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ HELP: GLSL-SHADER-FILE:
{ $description "Defines a new " { $link shader } " of kind " { $link shader-kind } " named " { $snippet "shader-name" } ". The shader will read its source code from " { $snippet "filename" } " in the current Factor source file's directory." } ;
HELP: GLSL-SHADER:
{ $syntax """GLSL-SHADER-FILE: shader-name shader-kind
{ $syntax """GLSL-SHADER: shader-name shader-kind
shader source