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

Make QSGTexture, QSGPlainTexture, and related OpenGL-clean

XMLWordPrintable

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

      Split from QTBUG-84623.

      virtual int textureId() const = 0; // ### Qt 6: remove
      virtual void bind() = 0; // ### Qt 6: remove
      void updateBindOptions(bool force = false); // ### Qt 6: remove

      plus some helper function in qsgtexture.cpp can be removed as well.

      Same goes for QSGPlainTexture, the overrides of these functions are to be removed.

      Remove the OpenGL texture atlas.

      Then it has effects in various places (painter node, etc.) clean those up.

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

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes