Vocabularygpu.shadersSyntaxGLSL-SHADER-FILE: shader-name shader-kind "filename"
Word descriptionDefines a new
shader of kind
shader-kind named
shader-name. The shader will read its source code from
filename in the current Factor source file's directory.
See alsoGLSL-PROGRAM:,
GLSL-SHADER:Definition