To improve startup performance in later runs of the app, Impeller can use Vulkan's pipeline cache to cache some shader pipeline data to disk. To enable this feature, the embedder must configure Impeller Vulkan's pipeline cache directory (ContextVK::Settings::cache_directory).
flutter/flutter#186374
To improve startup performance in later runs of the app, Impeller can use Vulkan's pipeline cache to cache some shader pipeline data to disk. To enable this feature, the embedder must configure Impeller Vulkan's pipeline cache directory (ContextVK::Settings::cache_directory).
flutter/flutter#186374