summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-05-05 22:46:25 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-05-05 22:46:25 +0000
commit86500467cbf998df13f3644c1e04040ce2dd5907 (patch)
tree16f299b3bda4cfc8b7f0afcdb93bd11ec3c839d7 /Graphics/GraphicsEngine
parentFixed GLSL shader compilation to generate bindings and descriptor sets; updat... (diff)
downloadDiligentCore-86500467cbf998df13f3644c1e04040ce2dd5907.tar.gz
DiligentCore-86500467cbf998df13f3644c1e04040ce2dd5907.zip
Added shader variable type parsing in Vulkan
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/DeviceObjectBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/include/DeviceObjectBase.h b/Graphics/GraphicsEngine/include/DeviceObjectBase.h
index af5fed00..09368cf4 100644
--- a/Graphics/GraphicsEngine/include/DeviceObjectBase.h
+++ b/Graphics/GraphicsEngine/include/DeviceObjectBase.h
@@ -26,9 +26,11 @@
/// \file
/// Implementation of the Diligent::DeviceObjectBase template class
+#include "RefCntAutoPtr.h"
#include "ObjectBase.h"
#include "UniqueIdentifier.h"
+
namespace Diligent
{