link-program-error ( program log -- * )


Vocabulary
gpu.shaders

Class description
An error linking the constituent shaders of a program.
The program slot indicates the program that failed to link.
The log slot contains the error string from the GLSL linker.


See also
compile-shader-error

Definition


Methods