OglRenderer

Undocumented in source.

Constructors

this
this(IWindow window)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
createShaderProgram
ShaderProgram createShaderProgram(string vertexSource, string fragmentSource)
Undocumented in source. Be warned that the author may not have intended to support it.
createTexture
Texture createTexture(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
disableAlphaBlending
void disableAlphaBlending()
Undocumented in source. Be warned that the author may not have intended to support it.
enableAlphaBlending
void enableAlphaBlending()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
framebufferSize
uvec2 framebufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
setClearColor
void setClearColor(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IRenderer

enableAlphaBlending
void enableAlphaBlending()
Undocumented in source.
disableAlphaBlending
void disableAlphaBlending()
Undocumented in source.
setClearColor
void setClearColor(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source.
createTexture
Texture createTexture(string filename)
Undocumented in source.
createShaderProgram
ShaderProgram createShaderProgram(string vertexSource, string fragmentSource)
Undocumented in source.
framebufferSize
uvec2 framebufferSize()
Undocumented in source.
flush
void flush()
Undocumented in source.
close
void close()
Undocumented in source.

Meta