ShaderException

An exception type used in shader modules.

Constructors

this
this(string msg, string file, size_t line)

Members

Static functions

throwProgramLog
void throwProgramLog(GLuint program, string file, size_t line)

Checks if the shader program throwed errors, and throws it.

throwShaderLog
void throwShaderLog(GLuint shader, string file, size_t line)

Checks if the shader throwed errors, and throws it.

Meta