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

QSGTexture::comparisonKey() return type should not be int

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 6.0
    • Qt RHI, Quick: SceneGraph
    • None
    • 08f56c9830c12f6b443649e3e4f51b3cea69d79b (qt/qtdeclarative/dev)

    Description

      ...but rather something like qintptr. In Qt 6 all internal implementations of this function will massage a QRhiTexture pointer into the return value, whereas custom, application-side implementations will likely work with native resource handles, such as VkImage, MTLTexture*, ID3D11Texture2D*, GLuint, etc. (some of which are pointers, some not)

      Attachments

        For Gerrit Dashboard: QTBUG-83769
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes