summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D11
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-08 04:15:47 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-08 04:15:47 +0000
commit900dc223916d3590522b633f93914e8f5d6e1d6e (patch)
tree5e7aa9528e5e657b91ea97c0dc5a5359adea1f24 /Graphics/GraphicsEngineD3D11
parentRepalced IShaderResourceVariable::GetArraySize() and GetName() with GetResour... (diff)
downloadDiligentCore-900dc223916d3590522b633f93914e8f5d6e1d6e.tar.gz
DiligentCore-900dc223916d3590522b633f93914e8f5d6e1d6e.zip
Added IShaderResourceVariableD3D interface plus fixed some include paths
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
-rw-r--r--Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h b/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h
index bfd94a98..10f7c06b 100644
--- a/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h
+++ b/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h
@@ -28,7 +28,7 @@
#include <sstream>
-#include "../../Primitives/interface/Object.h"
+#include "../../../Primitives/interface/Object.h"
#include "../../GraphicsEngine/interface/RenderDevice.h"
#include "../../GraphicsEngine/interface/DeviceContext.h"
#include "../../GraphicsEngine/interface/SwapChain.h"