shader


Vocabulary
gpu.shaders

Class description
A shader provides a block of GLSL source code that can be compiled into a shader-instance in a graphics context. Shaders are defined with GLSL-SHADER: or GLSL-SHADER-FILE: and instantiated for a context with <shader-instance>.

Definition