提交 eefb5e07 编写于 作者: M Mr.doob

Examples: Added WebGPU screenshots.

上级 da42ae04
......@@ -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",
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册