Browse Source

Merge pull request #8892 from Popov72/ktx2decoder-validation-test

Add validation test for the KTX2 decoder
sebavan 5 years ago
parent
commit
a7cd778678
2 changed files with 6 additions and 0 deletions
  1. BIN
      tests/validation/ReferenceImages/ktx2decoder.png
  2. 6 0
      tests/validation/config.json

BIN
tests/validation/ReferenceImages/ktx2decoder.png


+ 6 - 0
tests/validation/config.json

@@ -890,6 +890,12 @@
             "playgroundId": "#SYQW69#311",
             "referenceImage": "objTestLoader.png",
             "renderCount": 10
+        },
+        {
+            "title": "KTX2 decoder test",
+            "playgroundId": "#EIJH8L#1",
+            "referenceImage": "ktx2decoder.png",
+            "excludeFromAutomaticTesting": true
         }
     ]
 }