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

Vulkan viewport error when multisampling is enabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.6.0
    • Quick: SceneGraph
    • None
    • Windows

    Description

      I have downloaded the "Scene Graph - Custom QSGRenderNode" example from "https://doc.qt.io/qt-6/qtquick-scenegraph-customrendernode-example.html". Then I added this lines to the start of main function:

       

      QSurfaceFormat fmt = QSurfaceFormat::defaultFormat();
      fmt.setSamples(8);
      QSurfaceFormat::setDefaultFormat(fmt);

      QQuickWindow::setGraphicsApi(QSGRendererInterface::Vulkan);

       

      Then I saw that the triangles of the CustomRenderNode node were being rendered in the wrong place. This problem only occurs when using Vulkan.

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            aliaskari Ali Askari
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes