evael ~master (2021-10-23T09:29:02.1632381)
Dub
Repo
GraphicsDevice
evael
renderer
graphics_device
Undocumented in source.
abstract
class
GraphicsDevice : NoGCClass {
protected
GraphicsSettings
m_graphicsSettings
;
protected
GLFWwindow
*
m_window
;
this
(GraphicsSettings graphicsSettings);
~this
();
void
beginFrame
(Color color);
void
endFrame
();
GLFWwindow
*
window
[@property setter];
}
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
Source
See Implementation
evael
renderer
graphics_device
classes
GraphicsDevice