summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-02 03:28:08 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-02 03:28:08 +0000
commit711d815460c97df8aa803393cd1e9414f71222b2 (patch)
tree2669222b51597ac054c3a2db13e55ec818a50390 /Graphics/GraphicsEngine
parentFixed a number of issue with resource binding (diff)
downloadDiligentCore-711d815460c97df8aa803393cd1e9414f71222b2.tar.gz
DiligentCore-711d815460c97df8aa803393cd1e9414f71222b2.zip
Fixed ShaderResourceBinding.h
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/ShaderResourceBinding.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h b/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h
index 970f1ff1..a216cfbe 100644
--- a/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h
+++ b/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h
@@ -27,7 +27,9 @@
/// Definition of the Diligent::IShaderResourceBinding interface and related data structures
#include "../../../Primitives/interface/Object.h"
+#include "Shader.h"
#include "ShaderResourceVariable.h"
+#include "ResourceMapping.h"
namespace Diligent
{