GraphicsDevice

Undocumented in source.

Constructors

this
this(GraphicsSettings graphicsSettings)

Device constructor.

Destructor

~this
~this()

Device destructor.

Members

Functions

beginFrame
void beginFrame(Color color)
Undocumented in source.
endFrame
void endFrame()
Undocumented in source.

Properties

window
GLFWwindow* window [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_graphicsSettings
GraphicsSettings m_graphicsSettings;
Undocumented in source.
m_window
GLFWwindow* m_window;
Undocumented in source.

Meta