chickadee » glls » define-shader

(define-shader SHADER-NAME GLLS-SHADER)syntax

Defines a new shader named NAME. The (unquoted) form GLLS-SHADER should conform to language defined in the section The glls shader language. Before shaders are used, they must be compiled by OpenGL with compile-shader.