diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-05-05 22:46:25 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-05-05 22:46:25 +0000 |
| commit | 86500467cbf998df13f3644c1e04040ce2dd5907 (patch) | |
| tree | 16f299b3bda4cfc8b7f0afcdb93bd11ec3c839d7 /Graphics/GraphicsEngine | |
| parent | Fixed GLSL shader compilation to generate bindings and descriptor sets; updat... (diff) | |
| download | DiligentCore-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.h | 2 |
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 { |
