Browse Source

Fix classification (#31107)

ycw 10 months ago
parent
commit
ac8d338cc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/files.json

+ 1 - 1
examples/files.json

@@ -59,7 +59,6 @@
 		"webgl_lightprobe_cubecamera",
 		"webgl_lightprobe_cubecamera",
 		"webgl_lights_hemisphere",
 		"webgl_lights_hemisphere",
 		"webgl_lights_physical",
 		"webgl_lights_physical",
-		"webgpu_lights_pointlights",
 		"webgl_lights_spotlight",
 		"webgl_lights_spotlight",
 		"webgl_lights_spotlights",
 		"webgl_lights_spotlights",
 		"webgl_lights_rectarealight",
 		"webgl_lights_rectarealight",
@@ -340,6 +339,7 @@
 		"webgpu_lights_ies_spotlight",
 		"webgpu_lights_ies_spotlight",
 		"webgpu_lights_phong",
 		"webgpu_lights_phong",
 		"webgpu_lights_physical",
 		"webgpu_lights_physical",
+		"webgpu_lights_pointlights",
 		"webgpu_lights_projector",
 		"webgpu_lights_projector",
 		"webgpu_lights_rectarealight",
 		"webgpu_lights_rectarealight",
 		"webgpu_lights_selective",
 		"webgpu_lights_selective",

粤ICP备19079148号