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

QtQuick with ANGLE GLES3

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P4: Low
    • None
    • 5.9.0
    • Quick: SceneGraph
    • None
    • Qt5.9.0, Windows 10 x64, msvc2015 x64

    Description

      QtQuick is not working correctly with the ANGLE GLES3 backend.

      qputenv("QT_OPENGL", "angle");
      qputenv("QT_ANGLE_PLATFORM", "d3d11");
      QSurfaceFormat format = QSurfaceFormat::defaultFormat();
      format.setVersion(3, 0);
      QSurfaceFormat::setDefaultFormat(format);
      

      Some characters are not displayed when multiple windows are used.

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            t.artikov Timur Artikov
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes