|
@@ -88,7 +88,34 @@ const exceptionList = [
|
|
|
'webgl_shadowmap',
|
|
|
'webgl_shadowmap_progressive',
|
|
|
'webgl_test_memory2',
|
|
|
- 'webgl_tiled_forward'
|
|
|
+ 'webgl_tiled_forward',
|
|
|
+
|
|
|
+ // Awaiting for WebGPU support
|
|
|
+ 'webgpu_audio_processing',
|
|
|
+ 'webgpu_backdrop',
|
|
|
+ 'webgpu_compute',
|
|
|
+ 'webgpu_cubemap_adjustments',
|
|
|
+ 'webgpu_cubemap_mix',
|
|
|
+ 'webgpu_depth_texture',
|
|
|
+ 'webgpu_equirectangular',
|
|
|
+ 'webgpu_instance_mesh',
|
|
|
+ 'webgpu_instance_uniform',
|
|
|
+ 'webgpu_lights_custom',
|
|
|
+ 'webgpu_lights_ies_spotlight',
|
|
|
+ 'webgpu_lights_phong',
|
|
|
+ 'webgpu_lights_selective',
|
|
|
+ 'webgpu_loader_gltf',
|
|
|
+ 'webgpu_loader_gltf_compressed',
|
|
|
+ 'webgpu_materials',
|
|
|
+ 'webgpu_materials_video',
|
|
|
+ 'webgpu_particles',
|
|
|
+ 'webgpu_rtt',
|
|
|
+ 'webgpu_sandbox',
|
|
|
+ 'webgpu_shadowmap',
|
|
|
+ 'webgpu_skinning',
|
|
|
+ 'webgpu_skinning_instancing',
|
|
|
+ 'webgpu_skinning_points',
|
|
|
+ 'webgpu_sprite'
|
|
|
|
|
|
];
|
|
|
|