ShaderCompilationError

The error that is thrown when Shader.compile() or ShaderProgram.link() fail.

class ShaderCompilationError : Exception {}

Constructors

this
this(string what, string file, size_t line)
Undocumented in source.

Meta