From 9d4f206c492acf25c1853174491e3e547db55cd3 Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 7 Nov 2018 09:09:05 -0800 Subject: Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentCore/issues/32) --- Tests/TestApp/src/TestApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestApp.cpp') diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 77709f8..e70483c 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -265,7 +265,7 @@ void TestApp::InitializeDiligentEngine( #if VULKAN_SUPPORTED case DeviceType::Vulkan: { -#if ENGINE_DLL +#if ENGINE_DLL && PLATFORM_WIN32 GetEngineFactoryVkType GetEngineFactoryVk = nullptr; // Load the dll and import GetEngineFactoryVk() function LoadGraphicsEngineVk(GetEngineFactoryVk); -- cgit v1.2.3