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

Port shader effect property connection optimization to QQuickGenericShaderEffect

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes