diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-08 05:13:58 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-08 05:13:58 +0000 |
| commit | 29a1bd3b6501861dbd9a9eeff1dc7c6ab4733bf1 (patch) | |
| tree | ccfbf2399486e0931a3d82ab1bf4566ac872e4db /Tests/TestApp/src/TestShaderVarAccess.cpp | |
| parent | Updated Core & tests (diff) | |
| download | DiligentEngine-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.cpp | 2 |
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; |
