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

QOpenGLTexture crash with MSVC2012 x64 Angle

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.4.0
    • 5.2.0
    • GUI: OpenGL
    • Windows 8.1 x64
    • 2d0072b0b3992b82385c72c2dad7e754d35e0bf7

      Using the default QOpenGLTexture example in initializeGL() crash the application (right after the QOpenGLTexture creation):
      QOpenGLTexture *texture = new QOpenGLTexture(QImage(fileName).mirrored());
      texture->setMinificationFilter(QOpenGLTexture::LinearMipMapLinear);
      texture->setMagnificationFilter(QOpenGLTexture::Linear);

      Happen with Qt 5.2.0 MSVC2012 x64 Angle.
      Could not get QImage transferred to a QOpenGLTexture with setData either, same crash occur.

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

            seanharmer Sean Harmer
            divide Robin Lobel
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes