ShaderSubroutine

Undocumented in source.

Constructors

this
this(Shader shader, ShaderType shaderType, string name, string subroutineName)
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

index
GLuint index;
Undocumented in source.
location
GLint location;
Undocumented in source.
shaderType
ShaderType shaderType;
Undocumented in source.
subroutineName
string subroutineName;
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