unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
GLShader
unecht
gl
shader
final
class
GLShader {
GLuint
shader
;
ShaderType
shaderType
;
string
errors
;
bool
success
;
void
create
(ShaderType _type, string _src);
void
destroy
();
}
Members
Functions
create
void
create
(ShaderType _type, string _src)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void
destroy
()
Variables
errors
string
errors
;
Undocumented in source.
shader
GLuint
shader
;
Undocumented in source.
shaderType
ShaderType
shaderType
;
Undocumented in source.
success
bool
success
;
Undocumented in source.
Meta
Source
See Implementation
unecht
gl
shader
classes
GLShader
enums
ShaderType