Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Qt6 opengl/gpu assisted QGraphicsView drawing workflow

    General and Desktop
    opengl vulkan qgraphicsview
    2
    4
    495
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dariusz last edited by

      Hey

      So now with qt6 we have quite few new... rules and opengl engines. How do I properly enable the viewport to now be drawn via gpu ?

      Looking for C++ & Pyside6 info :- )

      TIA

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        AFAIK, the same technique as before.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • D
          Dariusz last edited by

          Hey
          self.setViewport(QOpenGlWidget())
          Seems to work, I was kinda wondering if there is a way to use now Vulkan or another one & that can run properly on pc/mac/etc?

          TIA

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Are you thinking of the new RHI abstraction layer ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post