diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-02 03:28:08 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-02 03:28:08 +0000 |
| commit | 711d815460c97df8aa803393cd1e9414f71222b2 (patch) | |
| tree | 2669222b51597ac054c3a2db13e55ec818a50390 /Graphics/GraphicsEngine | |
| parent | Fixed a number of issue with resource binding (diff) | |
| download | DiligentCore-711d815460c97df8aa803393cd1e9414f71222b2.tar.gz DiligentCore-711d815460c97df8aa803393cd1e9414f71222b2.zip | |
Fixed ShaderResourceBinding.h
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/ShaderResourceBinding.h | 2 |
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 { |
