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

Large items with layer exceeding maximum texture size terminate program

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.3.2
    • None

    Description

       

      Try the simple example below and observe how the program terminates, because it reaches the maximum texture size. I know this is an extreme cause, but terminating the program isn't great for our users. We'd rather get a warning and some visual artifacts.

      Rectangle {
          width: 500000
          height: 500000
          layer.enabled: true
      } 

      In our concrete example, Metal was triggering the program termination and reported a 16k x 16k texture size limit.

       

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            marcel.gotsch Marcel Gotsch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes