Skip to content

Commit

Permalink
Enable required extension
Browse files Browse the repository at this point in the history
  • Loading branch information
George Wright authored and gw280 committed Apr 13, 2020
1 parent b9059b5 commit b241ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell/common/shell_test_platform_view_vulkan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit b241ec1

Please sign in to comment.