ShaderPipeline

Undocumented in source.

Members

Functions

construct
void construct(string vertexShaderSource, string fragmentShaderSource)
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void destruct()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fragmentShader
GLuint fragmentShader;
Undocumented in source.
pipeline
GLuint pipeline;
Undocumented in source.
vertexShader
GLuint vertexShader;
Undocumented in source.

Meta