diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-28 22:44:45 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-28 22:44:45 +0000 |
| commit | 32bef9e365ceefb5fa239c2b07aeb441d1d63371 (patch) | |
| tree | e4d549db3e331ebbec7a6df619b9ccb2414068f9 /Graphics/GraphicsEngine | |
| parent | Added SwapChainGLBase class (diff) | |
| download | DiligentCore-32bef9e365ceefb5fa239c2b07aeb441d1d63371.tar.gz DiligentCore-32bef9e365ceefb5fa239c2b07aeb441d1d63371.zip | |
Reworked SwapChainIOS to use SwapChainGLBase; fixed few compiler issues
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/include/SwapChainBase.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngine/include/SwapChainBase.h b/Graphics/GraphicsEngine/include/SwapChainBase.h index 1a4558f7..4ab2ce3e 100644 --- a/Graphics/GraphicsEngine/include/SwapChainBase.h +++ b/Graphics/GraphicsEngine/include/SwapChainBase.h @@ -26,13 +26,12 @@ /// \file /// Implementation of the Diligent::SwapChainBase template class -#include <array> - #include "RenderDevice.h" #include "DeviceContext.h" #include "SwapChain.h" -#include "DeviceObjectBase.h" +#include "ObjectBase.h" #include "Errors.h" +#include "RefCntAutoPtr.h" namespace Diligent { |
