My Project
 
Loading...
Searching...
No Matches
engine.h File Reference
#include "dll-export.h"
#include "glm/vec4.hpp"
#include "types.h"

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.