GLDevice

Undocumented in source.

Constructors

this
this(GraphicsSettings graphicsSettings)

GLDevice constructor.

Destructor

~this
~this()

GLDevice destructor.

Members

Functions

beginFrame
void beginFrame(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
endFrame
void endFrame()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Inherited Members

From GraphicsDevice

m_graphicsSettings
GraphicsSettings m_graphicsSettings;
Undocumented in source.
m_window
GLFWwindow* m_window;
Undocumented in source.
~this
~this()

Device destructor.

beginFrame
void beginFrame(Color color)
Undocumented in source.
endFrame
void endFrame()
Undocumented in source.
window
GLFWwindow* window [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta