ShaderProgram

A shader program class that can be shared between multiple Shaders.

Constructors

this
this(string vertexShaderSrc, string fragmentShaderSrc, Owner o)
Undocumented in source.

Members

Functions

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

Variables

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

Meta