Go to the source code of this file.
Namespaces | |
namespace | graphics_engine |
namespace | graphics_engine::engine |
Functions | |
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. | |