summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderVarAccess.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-08 05:13:58 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-08 05:13:58 +0000
commit29a1bd3b6501861dbd9a9eeff1dc7c6ab4733bf1 (patch)
treeccfbf2399486e0931a3d82ab1bf4566ac872e4db /Tests/TestApp/src/TestShaderVarAccess.cpp
parentUpdated Core & tests (diff)
downloadDiligentEngine-29a1bd3b6501861dbd9a9eeff1dc7c6ab4733bf1.tar.gz
DiligentEngine-29a1bd3b6501861dbd9a9eeff1dc7c6ab4733bf1.zip
Fixed linux/mac build error
Diffstat (limited to 'Tests/TestApp/src/TestShaderVarAccess.cpp')
-rw-r--r--Tests/TestApp/src/TestShaderVarAccess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestShaderVarAccess.cpp b/Tests/TestApp/src/TestShaderVarAccess.cpp
index b524944..8e2a440 100644
--- a/Tests/TestApp/src/TestShaderVarAccess.cpp
+++ b/Tests/TestApp/src/TestShaderVarAccess.cpp
@@ -28,7 +28,7 @@
#include "TestShaderVarAccess.h"
#include "BasicShaderSourceStreamFactory.h"
#include "GraphicsAccessories.h"
-#include "ShaderD3D.h"
+#include "../../../DiligentCore/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h"
using namespace Diligent;