summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qshader/data/README
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-07-29 17:59:55 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-07-31 12:57:06 +0200
commitc5da2e6f063e262c8e9ea96793728be79fd09737 (patch)
tree42424c7633e8369607e2ed5e241066841362b501 /tests/auto/gui/rhi/qshader/data/README
parent5747f3139219abd6c8670953620cee1f5584caba (diff)
Remove old qsb versions from qshader autotest
Only keep 3, 4, and 5 because 3 is the lowest version where binary JSON is not used anymore. Change-Id: Id0319e8eceb845017ed493d0ef6902b53050d5a6 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/auto/gui/rhi/qshader/data/README')
-rw-r--r--tests/auto/gui/rhi/qshader/data/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/gui/rhi/qshader/data/README b/tests/auto/gui/rhi/qshader/data/README
deleted file mode 100644
index 3d89f2a0c5..0000000000
--- a/tests/auto/gui/rhi/qshader/data/README
+++ /dev/null
@@ -1,15 +0,0 @@
-Warning: Do NOT regenerate the .qsb files without proper planning and understanding
-the following.
-
-Among other things, we are also testing backwards compatibility for QShader
-deserialization.
-
-.qsb files with _v1 in the name were produced with an older qtshadertools
-and have a QSB_VERSION of 1.
-
-Files with _v2 are generated with a newer qsb, those have QSB_VERSION 2.
-The difference is the support for nativeResourceBindingMap() which is only
-present in v2.
-
-Files with _v3 come from an even newer qsb, and have QSB_VERSION 3. The
-difference to 2 is the use of CBOR instead of binary JSON for QShaderDescription.