moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
ShaderCompilationError
moggle
core
shader
The error that is thrown when Shader.compile() or ShaderProgram.link() fail.
class
ShaderCompilationError : Exception {
this
(string what, string file, size_t line);
}
Constructors
this
this
(string what, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
moggle
core
shader
classes
ShaderCompilationError
enums
ShaderType
structs
Shader
ShaderProgram
Uniform
The error that is thrown when Shader.compile() or ShaderProgram.link() fail.