Skip to content
Snippets Groups Projects
  1. May 12, 2022
  2. May 09, 2022
  3. May 08, 2022
  4. Apr 07, 2022
    • Magne.Stromsnes's avatar
      Fix texture-destruction at shutdown. · 29631f7b
      Magne.Stromsnes authored
      Textures are owned by the texture-store, which lived until application
      destruction. At that point the windows were closed and the
      OpenGLContexts were all destroyed. Textures need to be destroyed in the
      presence of a OpenGLContext.
      
      Ownership is therefore moved back to MainWindow, and made unique to
      MainWindow. MainWindow is destroyed before the child widgets, and so the
      OpenGLContext(s) are alive.
      29631f7b
  5. Apr 06, 2022
  6. Mar 28, 2022
Loading