mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Enable required extension
This commit is contained in:
parent
7e7bf38117
commit
05390d1871
@ -60,7 +60,9 @@ ShellTestPlatformViewVulkan::OffScreenSurface::OffScreenSurface(
|
||||
}
|
||||
|
||||
// Create the application instance.
|
||||
std::vector<std::string> extensions = {};
|
||||
std::vector<std::string> extensions = {
|
||||
VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME,
|
||||
};
|
||||
|
||||
application_ = std::make_unique<vulkan::VulkanApplication>(
|
||||
*vk_, "FlutterTest", std::move(extensions));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user