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

Port shader effect property connection optimization to QQuickGenericShaderEffect

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • 6.0
    • Qt RHI, Quick: SceneGraph
    • None

    Description

      Commit 8c745d808527684836d04da9014ee33c7cf8b6f1 contains multiple optimizations for QQuickOpenGLShaderEffect:

      • Don't use a signal mapper, but handle the mapping using a custom slot object and a lambda to do the dispatching ourselves.
      • Don't do meta-calls by property name, but by index.
      • Cache the meta-object.
      • Resolve the property indices by using the QML property cache.

      These need to be ported to QQuickGenericShaderEffect.

      Attachments

        Issue Links

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

          Activity

            People

              tvete Paul Olav Tvete
              tvete Paul Olav Tvete
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes