Renderer

Example of a Renderer

Members

Functions

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
screenshot
void screenshot(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
startRecording
void startRecording(string path, uint framerate)
Undocumented in source. Be warned that the author may not have intended to support it.
stopRecording
void stopRecording()
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

static assert( isRenderer!Renderer);
static assert(!isRenderer!string);

Meta