Skip to content

Add fullscreen options to GlfwContext

Jonathan Kunstwald requested to merge feature/rename-scene-pragma into master
  • Add fullscreen functionality to GlfwContext
    • Save window position and size on entering fullscreen to restore the window properly
  • Remove fullscreen code from GlfwApp
  • Add fullscreen support to window size/position disk-caching in GlfwApp
  • Rename internal_sceneUbo pipeline pragma to sceneInfo to convey possible user-side usage

Merge request reports