OglRenderer

Undocumented in source.

Constructors

this
this(IWindow window)
Undocumented in source.

Members

Functions

alphaBlending
void alphaBlending(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
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(SuperImage image)
Undocumented in source. Be warned that the author may not have intended to support it.
depthTest
void depthTest(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
depthWrite
void depthWrite(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
faceCullMode
void faceCullMode(FaceCullMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
faceCulling
void faceCulling(bool value)
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
ivec2 framebufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
loadImage
SuperImage loadImage(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
rectClipping
void rectClipping(bool value)
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.
setClipRect
void setClipRect(irect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
setViewport
void setViewport(ivec2 pos, ivec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
wireFrameMode
void wireFrameMode(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IRenderer

alphaBlending
void alphaBlending(bool value)
Undocumented in source.
rectClipping
void rectClipping(bool value)
Undocumented in source.
depthWrite
void depthWrite(bool value)
Undocumented in source.
depthTest
void depthTest(bool value)
Undocumented in source.
faceCulling
void faceCulling(bool value)
Undocumented in source.
faceCullMode
void faceCullMode(FaceCullMode mode)
Undocumented in source.
wireFrameMode
void wireFrameMode(bool value)
Undocumented in source.
setViewport
void setViewport(ivec2 pos, ivec2 size)
Undocumented in source.
setClipRect
void setClipRect(irect rect)
Undocumented in source.
setClearColor
void setClearColor(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source.
loadImage
SuperImage loadImage(string filename)
Undocumented in source.
createTexture
Texture createTexture(SuperImage image)
Undocumented in source.
createShaderProgram
ShaderProgram createShaderProgram(string vertexSource, string fragmentSource)
Undocumented in source.
framebufferSize
ivec2 framebufferSize()
Undocumented in source.
flush
void flush()
Undocumented in source.
close
void close()
Undocumented in source.

Meta