GLRenderer

Undocumented in source.
version(mango_GLBackend)
class GLRenderer : Renderer {}

Members

Functions

registerWindowId
void registerWindowId(GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Renderer

scene
Scene scene [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
running
bool running [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
build
Renderer build()
Undocumented in source. Be warned that the author may not have intended to support it.
switchScene
void switchScene(Scene scene)
Undocumented in source. Be warned that the author may not have intended to support it.
submitOperation
void submitOperation(RendererOperation operation)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source.

Meta