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

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

XMLWordPrintable

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

      ...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)

        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