Browse Source

Examples: Add shadow tag to webgpu_postprocessing_sss.

Mr.doob 1 month ago
parent
commit
e85890ebc8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/tags.json

+ 1 - 0
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" ],

粤ICP备19079148号