diff --git a/examples/tags.json b/examples/tags.json index 4894162a0909eb..16dd0c5053e6c2 100644 --- a/examples/tags.json +++ b/examples/tags.json @@ -154,13 +154,14 @@ "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" ], + "webgpu_postprocessing_sss": [ "shadow" ], "webgpu_refraction": [ "water" ], "webgpu_rtt": [ "renderTarget", "texture" ], "webgpu_rendertarget_2d-array_3d": [ "renderTarget", "2d-array", "3d" ],