diff --git a/dev/devicelab/bin/tasks/hello_world_impeller.dart b/dev/devicelab/bin/tasks/hello_world_impeller.dart index e67a25b48e6d39a06e1c151b9bdc843332e792fc..d094882fdaad1cfe23edc97219e0ff0665d35121 100644 --- a/dev/devicelab/bin/tasks/hello_world_impeller.dart +++ b/dev/devicelab/bin/tasks/hello_world_impeller.dart @@ -54,6 +54,7 @@ Future<TaskResult> run() async { 'run', options: <String>[ '--enable-impeller', + '--enable-vulkan-validation', '-d', device.deviceId, ],