gfx ~meson (2022-03-26T21:27:26.8342465)
Dub
Repo
Gl3ShaderCompileException
gfx
gl3
error
Undocumented in source.
class
Gl3ShaderCompileException :
GfxException
{
ShaderStage
stage
;
string
code
;
string
errorMsg
;
this
(ShaderStage stage, string code, string errorMsg);
}
Constructors
this
this
(ShaderStage stage, string code, string errorMsg)
Undocumented in source.
Members
Variables
code
string
code
;
Undocumented in source.
errorMsg
string
errorMsg
;
Undocumented in source.
stage
ShaderStage
stage
;
Undocumented in source.
Meta
Source
See Implementation
gfx
gl3
error
classes
Gl3ProgramLinkException
Gl3ShaderCompileException
functions
glCheck
prependLineNumbers