Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-84903

QQuickWidget: Minimizing the Application Window bumps GPU usage

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12, 5.14
    • None
    • Windows

    Description

      The issue is observed when QQuickWidget is running a Qt3D Qml and using openGL. After minimizing the application window, the render function in Qt3D and glFlush function is being called at very short interval (~7ms), which bumps the GPU usage higher than when the window is exposed. It looks like we do not need the QQuickWidgetPrivate::renderSceneGraph ( which is triggered by the timer set in QuickWidget::triggerUpdate )  to be called when the window is NOT exposed. 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            yifei Yi Fei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes