Skip to content
Qt 6.11 is out! See what's new in the release blog
  • 0 Votes
    8 Posts
    11k Views
    Chris KawaC
    Looking at the source code of QOpenGLWindow the context creation happens on the first draw request. I don't see a way to force it earlier or set a ready made context, so this will always produce a visual gap. It's not that bad on my machine (0.5s to 1s) but it's noticeable. I guess you could file a bug report on this.