ShaderParameter

Undocumented in source.

Constructors

this
this(Shader shader, string name, T* source)
Undocumented in source.
this
this(Shader shader, string name, T value)
Undocumented in source.
this
this(Shader shader, string name, T delegate() callback)
Undocumented in source.

Members

Functions

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

callback
T delegate() callback;
Undocumented in source.
source
T* source;
Undocumented in source.
value
T value;
Undocumented in source.

Inherited Members

From BaseShaderParameter

shader
Shader shader;
Undocumented in source.
name
string name;
Undocumented in source.
location
GLint location;
Undocumented in source.
initUniform
void initUniform()
Undocumented in source.
bind
void bind()
Undocumented in source.
unbind
void unbind()
Undocumented in source.

Meta