gpu.shaders: typo in docs reported by typemore
parent
92c8d42bb7
commit
fa65635e6f
|
@ -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." } ;
|
{ $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:
|
HELP: GLSL-SHADER:
|
||||||
{ $syntax """GLSL-SHADER-FILE: shader-name shader-kind
|
{ $syntax """GLSL-SHADER: shader-name shader-kind
|
||||||
|
|
||||||
shader source
|
shader source
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue