소스 검색

Added depth renderer validation test for webgpu

Popov72 4 년 전
부모
커밋
75f86b9cf1
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      tests/validation/ReferenceImages/webgpu/depth renderer.png
  2. 6 1
      tests/validation/webgpu.json

BIN
tests/validation/ReferenceImages/webgpu/depth renderer.png


+ 6 - 1
tests/validation/webgpu.json

@@ -104,7 +104,7 @@
         {
             "title": "cascaded shadow maps and flying saucers",
             "renderCount": 10,
-            "playgroundId": "#IIZ9UU#40"
+            "playgroundId": "#IIZ9UU#63"
         },
         {
             "title": "sprite maps",
@@ -114,6 +114,11 @@
             "title": "halo particle system",
             "renderCount": 20,
             "playgroundId": "#2441BU#1"
+        },
+        {
+            "title": "depth renderer",
+            "renderCount": 5,
+            "playgroundId": "#1PHYB0#86"
         }
     ]
 }