Quellcode durchsuchen

Examples: Added WebGPU screenshots.

Mr.doob vor 4 Jahren
Ursprung
Commit
eefb5e073c

+ 3 - 3
examples/files.json

@@ -314,10 +314,10 @@
 		"webgl2_volume_perlin"
 	],
 	"webgpu": [
-		"webgpu_sandbox",
-		"webgpu_rtt",
 		"webgpu_compute",
-		"webgpu_materials"
+		"webgpu_materials",
+		"webgpu_rtt",
+		"webgpu_sandbox"
 	],
 	"webaudio": [
 		"webaudio_orientation",

BIN
examples/screenshots/webgpu_compute.jpg


BIN
examples/screenshots/webgpu_materials.jpg


BIN
examples/screenshots/webgpu_rtt.jpg


BIN
examples/screenshots/webgpu_sandbox.jpg


+ 6 - 1
test/e2e/puppeteer.js

@@ -48,7 +48,12 @@ const exceptionList = [
 	'webgl_video_kinect', // video tag not deterministic enough
 	'webgl_worker_offscreencanvas', // in a worker, not robust
 	// webxr
-	'webxr_ar_lighting'
+	'webxr_ar_lighting',
+	// webgpu
+	'webgpu_compute',
+	'webgpu_materials',
+	'webgpu_rtt',
+	'webgpu_sandbox'
 ].concat( ( process.platform === 'win32' ) ? [
 
 	'webgl_effects_ascii' // windows fonts not supported