ShaderProgram

Undocumented in source.

Constructors

this
this(string vertShaderSource, string fragShaderSource)
Undocumented in source.

Members

Functions

attachShader
void attachShader(GLenum shaderType, string shaderSource)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
compile
bool compile()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

errorLog
string errorLog;
Undocumented in source.
handle
GLuint handle;
Undocumented in source.
isInited
bool isInited;
Undocumented in source.

Meta