Flutter Engine
The Flutter Engine
|
If you want to run Vulkan Validation Layers with a custom engine build you need to add the --enable-vulkan-validation-layers
to the gn
invocation to make sure the layers are built and injected into the Flutter jar.
Example:
Then adding the following field to the android/app/src/main/AndroidManifest.xml
will turn them on: