GLProgram

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
bool bind()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
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.
initLocations
bool initLocations()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fragmentSource
string fragmentSource [@property getter]
Undocumented in source.
vertexSource
string vertexSource [@property getter]
Undocumented in source.

Variables

error
bool error;
Undocumented in source.
fragmentShader
GLuint fragmentShader;
Undocumented in source.
glslversion
string glslversion;
Undocumented in source.
initialized
bool initialized;
Undocumented in source.
program
GLuint program;
Undocumented in source.
vertexShader
GLuint vertexShader;
Undocumented in source.

Meta