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

QOpenGLTexture crash with MSVC2012 x64 Angle

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes