From e85890ebc870883c4147fefd472cb13542bc9e4b Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Sun, 28 Dec 2025 20:53:58 +0700 Subject: [PATCH 1/2] Examples: Add shadow tag to webgpu_postprocessing_sss. --- examples/tags.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tags.json b/examples/tags.json index 4894162a0909eb..c41dd1a2d8a578 100644 --- a/examples/tags.json +++ b/examples/tags.json @@ -161,6 +161,7 @@ "webgpu_postprocessing_sobel": [ "filter", "edge detection" ], "webgpu_postprocessing_ssaa": [ "msaa", "multisampled" ], "webgpu_postprocessing_ssgi": [ "global illumination", "indirect diffuse" ], + "webgpu_postprocessing_sss": [ "shadow" ], "webgpu_refraction": [ "water" ], "webgpu_rtt": [ "renderTarget", "texture" ], "webgpu_rendertarget_2d-array_3d": [ "renderTarget", "2d-array", "3d" ], From 15cbc8c6f2b104835082cf08dadfdd1a72fcf5b0 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Sun, 28 Dec 2025 21:29:18 +0700 Subject: [PATCH 2/2] Examples: Clean up. --- examples/tags.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tags.json b/examples/tags.json index c41dd1a2d8a578..16dd0c5053e6c2 100644 --- a/examples/tags.json +++ b/examples/tags.json @@ -154,10 +154,10 @@ "webgpu_postprocessing_bloom": [ "glow", "mrt" ], "webgpu_postprocessing_bloom_emissive": [ "glow", "mrt" ], "webgpu_postprocessing_bloom_selective": [ "glow", "mrt" ], + "webgpu_postprocessing_ca": [ "chromatic aberration" ], "webgpu_postprocessing_dof": [ "bokeh" ], "webgpu_postprocessing_fxaa": [ "msaa", "multisampled" ], "webgpu_postprocessing_motion_blur": [ "mrt" ], - "webgpu_postprocessing_ca": [ "chromatic aberration" ], "webgpu_postprocessing_sobel": [ "filter", "edge detection" ], "webgpu_postprocessing_ssaa": [ "msaa", "multisampled" ], "webgpu_postprocessing_ssgi": [ "global illumination", "indirect diffuse" ],