|
@@ -103,6 +103,7 @@ const exceptionList = [
|
|
|
'webgl2_volume_instancing',
|
|
|
'webgl2_multisampled_renderbuffers',
|
|
|
'webgl_points_dynamic',
|
|
|
+ 'webgpu_multisampled_renderbuffers',
|
|
|
|
|
|
// TODO: implement determinism for setTimeout and setInterval
|
|
|
// could it fix some examples from above?
|
|
@@ -117,16 +118,13 @@ const exceptionList = [
|
|
|
'webgpu_compute_points',
|
|
|
'webgpu_compute_texture',
|
|
|
'webgpu_compute_texture_pingpong',
|
|
|
- 'webgpu_loader_gltf_compressed',
|
|
|
'webgpu_materials',
|
|
|
- 'webgpu_portal',
|
|
|
'webgpu_sandbox',
|
|
|
'webgpu_sprites',
|
|
|
'webgpu_video_panorama',
|
|
|
- 'webgpu_postprocessing_afterimage',
|
|
|
- 'webgpu_multisampled_renderbuffers',
|
|
|
|
|
|
// WebGPURenderer: Unknown problem
|
|
|
+ 'webgpu_postprocessing_afterimage',
|
|
|
'webgpu_backdrop_water',
|
|
|
'webgpu_camera_logarithmicdepthbuffer',
|
|
|
'webgpu_loader_materialx',
|
|
@@ -138,7 +136,8 @@ const exceptionList = [
|
|
|
'webgpu_shadertoy',
|
|
|
'webgpu_shadowmap',
|
|
|
'webgpu_tsl_editor',
|
|
|
- 'webgpu_tsl_transpiler'
|
|
|
+ 'webgpu_tsl_transpiler',
|
|
|
+ 'webgpu_portal'
|
|
|
|
|
|
];
|
|
|
|