made a lot of changes, to get the render pipeline working
This commit is contained in:
@@ -149,3 +149,13 @@ bool TSE::GLFW::WindowGlfw::ShouldClose() const
|
||||
{
|
||||
return glfwWindowShouldClose(window);
|
||||
}
|
||||
|
||||
void TSE::GLFW::WindowGlfw::DoneSetup()
|
||||
{
|
||||
renderingBackend->onResize(width, height);
|
||||
|
||||
for (auto const& i : objectsToResize)
|
||||
{
|
||||
i->OnResize(width, height, this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user