Christian Helgeson 1 год назад
Родитель
Сommit
e1a5a6b5b1
1 измененных файлов с 35 добавлено и 3 удалено
  1. 35 3
      examples/tags.json

+ 35 - 3
examples/tags.json

@@ -64,7 +64,7 @@
 	"webgl_math_orientation_transform": [ "rotation" ],
 	"webgl_mirror": [ "reflection" ],
 	"webgl_portal": [ "frameCorners", "renderTarget" ],
-	"webgl_modifier_subdivision" : [ "external", "community", "smooth" ],
+	"webgl_modifier_subdivision": [ "external", "community", "smooth" ],
 	"webgl_morphtargets_horse": [ "animation" ],
 	"webgl_morphtargets_webcam": [ "external" ],
 	"webgl_multiple_elements": [ "differential equations", "physics" ],
@@ -89,7 +89,7 @@
 	"webgl_postprocessing_fxaa": [ "msaa", "multisampled" ],
 	"webgl_postprocessing_godrays": [ "light scattering" ],
 	"webgl_postprocessing_gtao": [ "ambient occlusion" ],
-	"webgl_postprocessing_material_ao": [ "ambient occlusion"],
+	"webgl_postprocessing_material_ao": [ "ambient occlusion" ],
 	"webgl_shadowmap_progressive": [ "shadow", "soft", "lightmap", "onBeforeCompile" ],
 	"webgl_postprocessing_ssaa": [ "msaa", "multisampled" ],
 	"webgl_postprocessing_ssaa_unbiased": [ "msaa", "multisampled" ],
@@ -110,7 +110,39 @@
 	"webgl2_multiple_rendertargets": [ "mrt" ],
 	"webgl2_multisampled_renderbuffers": [ "msaa" ],
 	"webxr_xr_ballshooter": [ "physics" ],
+	"webgpu_clearcoat": [ "anisotropy" ],
+	"webgpu_clipping": [ "solid" ],
+	"webgpu_compute_audio": [ "gpgpu" ],
+	"webgpu_compute_birds": [ "gpgpu" ],
+	"webgpu_compute_geometry": [ "gpgpu" ],
+	"webgpu_compute_particles": [ "gpgpu" ],
+	"webgpu_compute_particles_rain": [ "gpgpu" ],
+	"webgpu_compute_particles_snow_external": [ "gpgpu" ],
+	"webgpu_compute_points": [ "gpgpu" ],
+	"webgpu_compute_texture": [ "gpgpu" ],
+	"webgpu_compute_texture_pingpong": [ "gpgpu" ],
+	"webgpu_depth_texture": [ "renderTarget" ],
+	"webgpu_loader_gltf_dispersion": [ "transmission" ],
 	"webgpu_materials_lightmap": [ "shadow" ],
+	"webgpu_materials_sss": [ "subsurface scattering", "derivatives", "translucency" ],
+	"webgpu_materials_transmission": [ "alpha" ],
+	"webgpu_mirror": [ "reflection" ],
 	"webgpu_multiple_rendertargets": [ "mrt" ],
-	"webgpu_multiple_rendertargets_readback": [ "mrt" ]
+	"webgpu_multiple_rendertargets_readback": [ "mrt" ],
+	"webgpu_postprocessing_3dlut": [ "color grading" ],
+	"webgpu_postprocessing_afterimage": [ "trails" ],
+	"webgpu_postprocessing_ao": [ "ambient occlusion", "mrt" ],
+	"webgpu_postprocessing_bloom": [ "glow", "mrt" ],
+	"webgpu_postprocessing_bloom_emissive": [ "glow", "mrt" ],
+	"webgpu_postprocessing_bloom_selective": [ "glow", "mrt" ],
+	"webgpu_postprocessing_dof": [ "bokeh" ],
+	"webgpu_postprocessing_fxaa": [ "msaa", "multisampled" ],
+	"webgpu_postprocessing_motion_blur": [ "mrt" ],
+	"webgpu_postprocessing_sobel": [ "filter", "edge detection" ],
+	"webgpu_postprocessing_ssaa": [ "msaa", "multisampled" ],
+	"webgpu_refraction": [ "water" ],
+	"webgpu_rtt": [ "renderTarget", "texture" ],
+	"webgpu_sky": [ "sun" ],
+	"webgpu_tsl_compute_attractors_particles": [ "gpgpu" ],
+	"webgpu_ocean": [ "water" ]
 }

粤ICP备19079148号