ColUvShader2d

Undocumented in source.

Alias This

shader

Members

Functions

compile
void compile(IRenderer renderer)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ProjectionSetter
Undocumented in source.
__anonymous
mixin TextureSetter
Undocumented in source.

Variables

projection_location
GLint projection_location;
Undocumented in source.
shader
ShaderProgram shader;
Undocumented in source.
uv_location
GLint uv_location;
Undocumented in source.

Mixed In Members

From mixin ProjectionSetter

setProjection
void setProjection(Matrix4f projection)
Undocumented in source. Be warned that the author may not have intended to support it.
setProjection
void setProjection()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin TextureSetter

setTexture
void setTexture(int textureUnit)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta