- 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(string filename)
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.
- 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.
- 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.