summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/rhi/qshader/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/rhi/qshader/data')
-rw-r--r--tests/auto/gui/rhi/qshader/data/README15
-rw-r--r--tests/auto/gui/rhi/qshader/data/color_all_v1.vert.qsbbin1847 -> 0 bytes
-rw-r--r--tests/auto/gui/rhi/qshader/data/color_all_v5.vert.qsbbin0 -> 1491 bytes
-rw-r--r--tests/auto/gui/rhi/qshader/data/color_spirv_v1.vert.qsbbin813 -> 0 bytes
-rw-r--r--tests/auto/gui/rhi/qshader/data/color_spirv_v5.vert.qsbbin0 -> 544 bytes
-rw-r--r--tests/auto/gui/rhi/qshader/data/texture_all_v2.frag.qsbbin1691 -> 0 bytes
6 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.
diff --git a/tests/auto/gui/rhi/qshader/data/color_all_v1.vert.qsb b/tests/auto/gui/rhi/qshader/data/color_all_v1.vert.qsb
deleted file mode 100644
index 7d02d823d2..0000000000
--- a/tests/auto/gui/rhi/qshader/data/color_all_v1.vert.qsb
+++ /dev/null
Binary files differ
diff --git a/tests/auto/gui/rhi/qshader/data/color_all_v5.vert.qsb b/tests/auto/gui/rhi/qshader/data/color_all_v5.vert.qsb
new file mode 100644
index 0000000000..4b8d71bcc3
--- /dev/null
+++ b/tests/auto/gui/rhi/qshader/data/color_all_v5.vert.qsb
Binary files differ
diff --git a/tests/auto/gui/rhi/qshader/data/color_spirv_v1.vert.qsb b/tests/auto/gui/rhi/qshader/data/color_spirv_v1.vert.qsb
deleted file mode 100644
index c82ba7e8e7..0000000000
--- a/tests/auto/gui/rhi/qshader/data/color_spirv_v1.vert.qsb
+++ /dev/null
Binary files differ
diff --git a/tests/auto/gui/rhi/qshader/data/color_spirv_v5.vert.qsb b/tests/auto/gui/rhi/qshader/data/color_spirv_v5.vert.qsb
new file mode 100644
index 0000000000..3a3f2fcc0e
--- /dev/null
+++ b/tests/auto/gui/rhi/qshader/data/color_spirv_v5.vert.qsb
Binary files differ
diff --git a/tests/auto/gui/rhi/qshader/data/texture_all_v2.frag.qsb b/tests/auto/gui/rhi/qshader/data/texture_all_v2.frag.qsb
deleted file mode 100644
index 79f5486945..0000000000
--- a/tests/auto/gui/rhi/qshader/data/texture_all_v2.frag.qsb
+++ /dev/null
Binary files differ