GLShader

Undocumented in source.

Constructors

this
this(GameManager game, string source, ShaderType type)
Undocumented in source.

Members

Functions

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

Variables

shaderId
GLuint shaderId;
Undocumented in source.
source
string source;
Undocumented in source.

Inherited Members

From Shader

type
ShaderType type;
Undocumented in source.
game
GameManager game [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
build
Shader build(GameManager game, string source, ShaderType type)
Undocumented in source. Be warned that the author may not have intended to support it.
onShaderAdd
void onShaderAdd()
Undocumented in source.
onShaderRemove
void onShaderRemove()
Undocumented in source. Be warned that the author may not have intended to support it.
cleanup
void cleanup()
Undocumented in source.

Meta