Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-74406 Abstract away the graphics APIs in Qt
  3. QTBUG-79221

Make Quick3D operational with QSG_RHI_BACKEND=gl

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.14
    • Qt RHI, Quick: 3D
    • None

      When running a Qt Quick application with QSG_RHI=1 QSG_RHI_BACKEND=gl we get rendering via OpenGL, but it will go through QRhi.

      Even if Quick 3D is rendering directly via OpenGL, it should still be functional in this setup.

      Currently this is not the case since the rhi path of Quick needs a slightly different approach for connecting to the overlay/underlay signals like QQuickWindow::beforeRendering(). Also createTextureFromId() is not something that should be called.

      Figure out how to make it work regardless of using or not using the rhi-based rendering path.

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

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes