From 536970134a17db804e176b25a2e22b0096e1274d Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 22 Sep 2024 21:30:17 -0400 Subject: [PATCH] Update --- examples-testing/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples-testing/index.js b/examples-testing/index.js index abf1ba73f..6021edb68 100644 --- a/examples-testing/index.js +++ b/examples-testing/index.js @@ -58,6 +58,7 @@ const exceptionList = [ 'webgpu_compute_points', 'webgpu_compute_texture', 'webgpu_compute_texture_pingpong', + 'webgpu_compute_water', 'webgpu_cubemap_adjustments', 'webgpu_cubemap_dynamic', 'webgpu_cubemap_mix', @@ -111,6 +112,7 @@ const exceptionList = [ 'webgpu_tsl_procedural_terrain', 'webgpu_tsl_raging_sea', 'webgpu_tsl_transpiler', + 'webgpu_tsl_vfx_linkedparticles', 'webgpu_tsl_vfx_tornado', 'webgpu_volume_cloud', 'webgpu_volume_perlin',