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

Add support for similar shader cache APIs as in ogl-runtime

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P2: Important
    • 5.15
    • 5.15
    • Quick: 3D
    • None
    • 3

    Description

      Add support for shader cache API that supports bytearrays similar to ogl-runtime, i.e.

      void exportShaderCache(QByteArray &cacheData, bool binaryShaders);
      void exportShaderCache(QByteArray &cacheData, bool binaryShaders, int compressionLevel);
      void setShaderCacheData(const QByteArray &shaderCache);
      

      Also add support for exporting the cache at any point (similar to https://bugreports.qt.io/browse/QT3DS-4145).

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            tokorpip Tomi Korpipää
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes