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

QOpenGLFramebufferObject::blitFramebuffer does not use default FBO if none specified

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.0
    • 5.4.1
    • GUI: OpenGL
    • None
    • a715c6ceb8cd59b44f75a08cd6a7095f2ceac04d

    Description

      See summary. The documentation says that if either the source or target buffer is NULL, that "the default framebuffer will be used". However this is not the case; instead, FBO 0 is used. This makes it impossible to use these functions with a QOpenGLWidget, as the widget's QOpenGLFramebufferObject is not available to the user, and there is no way to tell QOpenGLFramebufferObject::blitFramebuffer to use a buffer identified only by its handle.

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            matthew.woehlke Matthew Woehlke
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes