compile-shader-error ( shader log -- * )


Vocabulary
gpu.shaders

Class description
An error compiling the source for a shader.
• The shader slot indicates the shader that failed to compile.
• The log slot contains the error string from the GLSL compiler.


See also
link-program-error

Definition


Methods