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

QOpenGLPaintDevice/QPainter doesn't paint to QWindow with Core profile of OpenGL 3.x/4.x

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9
    • 5.1.0 , 5.1.1, 5.6.0
    • GUI: OpenGL
    • Ubuntu 12.04, OS X
    • 7dc88b68904c7f1b7e012bd65ccdcbf48cc6e2e0

    Description

      Tested with qtbase/examples/opengl/paintedwindow.pro.
      Nothing will be displayed if the format is set to use Core profile And OpenGL version 3.x/4.x.

      ex:
      ...
      format.setMajorVersion(3);
      format.setMinorVersion(3);
      format.setProfile(QSurfaceFormat::CoreProfile);
      ...

      Attachments

        Issue Links

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

          Activity

            People

              lagocs Laszlo Agocs
              ecripes Eric Stone
              Votes:
              3 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes