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

QML Canvas crashes if contexType given and renderTarget = FramebufferObject

    XMLWordPrintable

Details

    • e3c21ca0e7681d75a27f825587b1700ead79a864 05f767f777d92f41cec1d8bb9a512b1f2e40ef5f

    Description

      This is enough to crash it. Remove either contextType or renderTarget and it doesn't crash anymore.

      import QtQuick 2.3
      
      Canvas {
          id: canvas
          width: 100
          height: 100
          contextType: "2d"
          renderTarget: Canvas.FramebufferObject
      }
      

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes