Skip to content

Commit b241ec1

Browse files
George Wrightgw280
authored andcommitted
Enable required extension
1 parent b9059b5 commit b241ec1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shell/common/shell_test_platform_view_vulkan.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ ShellTestPlatformViewVulkan::OffScreenSurface::OffScreenSurface(
6060
}
6161

6262
// Create the application instance.
63-
std::vector<std::string> extensions = {};
63+
std::vector<std::string> extensions = {
64+
VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME,
65+
};
6466

6567
application_ = std::make_unique<vulkan::VulkanApplication>(
6668
*vk_, "FlutterTest", std::move(extensions));

0 commit comments

Comments
 (0)