Add frame creation to Engine
Closed this issue · 1 comments
AndyM84 commented
Add the ability to have the engine maintain a frame with appropriate options. This would also probably trigger some kind of rendering restriction where anything that happens outside of the frame's boundaries is simply ignored during the Engine::Render()
call.
AndyM84 commented
Makes things too slow, would be better off implementing through opengl/directx.