Skip to content

Setting up MoltenVK on macOS for Impeller

Dan Field edited this page May 3, 2023 · 2 revisions
image
  • When running flutter/tools/gn, add the --impeller-enable-vulkan flag, e.g. ./flutter/tools/gn --impeller-enable-vulkan --unopt --mac-cpu arm64

You should now be able to build and run the Vulkan host tests, e.g. out/host_debug_unopt_arm64/impeller_unittests --gtest_filter="*Vulkan*".

Flutter Wiki

Process

Framework repo

The Flutter CLI Tool

Engine repo

Packages repo

Engineering Productivity

User documentation

Clone this wiki locally