Sfoglia il codice sorgente

E2E: Add webgpu_compute_rasterizer_lighting to the exception list.

The TAA history feedback amplifies small backend precision differences,
so the accumulated result does not reproduce across GPUs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Mr.doob 2 giorni fa
parent
commit
e8ca0d7bfa
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      test/e2e/puppeteer.js

+ 3 - 0
test/e2e/puppeteer.js

@@ -31,6 +31,9 @@ const exceptionList = [
 	'webgpu_tsl_vfx_linkedparticles',
 	'webgpu_volume_lighting_traa',
 
+	// Temporal accumulation diverges across GPUs
+	'webgpu_compute_rasterizer_lighting',
+
 	// Timming issues?
 	'physics_rapier_instancing',
 	'webgl_shadowmap',

粤ICP备19079148号