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

Access violation when using QOpenGLTexture::setLevelofDetailBias

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.1
    • 5.4.2
    • GUI: OpenGL
    • None
    • Windows 7 x64, Nvidia Quadro K3100M, driver 353.06

    Description

      Tested in the Qt "qopenglwidget" example and another application:

      void GLWidget::initializeGL()
      {
      initializeOpenGLFunctions();
      m_texture = new QOpenGLTexture(QImage(":/qt.png"));
      m_texture->setLevelofDetailBias(-0.65f); //<== added this in line ~223

      Without the last line the application works fine.

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            kiro Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes