Functions | |
DLLEXPORT auto | InitializeEngine () -> types::Expected< void > |
Initialize the graphics engine. | |
DLLEXPORT auto | Render () -> types::Expected< void > |
Render everything in the graphics engine. | |
DLLEXPORT auto | SetBackgroundColor (const glm::vec4 &color) -> void |
Sets the background color for the rendering engine. | |
DLLEXPORT auto graphics_engine::engine::InitializeEngine | ( | ) | -> types::Expected< void > |
Initialize the graphics engine.
DLLEXPORT auto graphics_engine::engine::Render | ( | ) | -> types::Expected< void > |
Render everything in the graphics engine.
DLLEXPORT auto graphics_engine::engine::SetBackgroundColor | ( | const glm::vec4 & | color | ) | -> void |
Sets the background color for the rendering engine.
color | The new background color as a glm::vec4 (RGBA format). |