- 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.