summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestApp.cpp
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-11-07 17:09:05 +0000
committerEgor <egor.yusov@gmail.com>2018-11-07 17:09:05 +0000
commit9d4f206c492acf25c1853174491e3e547db55cd3 (patch)
tree907efc4ed98c311fd976652ec60282a118d444e2 /Tests/TestApp/src/TestApp.cpp
parentUpdated cmake version in CI build scripts (diff)
downloadDiligentEngine-9d4f206c492acf25c1853174491e3e547db55cd3.tar.gz
DiligentEngine-9d4f206c492acf25c1853174491e3e547db55cd3.zip
Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentCore/issues/32)
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
-rw-r--r--Tests/TestApp/src/TestApp.cpp2
1 files changed, 1 insertions, 1 deletions
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);