added rest of the openGL implementation theoreticaly the engine can render now
This commit is contained in:
@@ -132,7 +132,7 @@ void TSE::GLFW::WindowGlfw::Clear() const
|
||||
renderingBackend->onClear();
|
||||
}
|
||||
|
||||
void TSE::GLFW::WindowGlfw::Update() const
|
||||
void TSE::GLFW::WindowGlfw::Update()
|
||||
{
|
||||
BaseUpdate();
|
||||
glfwPollEvents();
|
||||
|
||||
Reference in New Issue
Block a user