summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-03-08 03:25:04 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-03-19 00:38:17 +0000
commita2bb18ddd181a0eb3f9f553eeeba19d032feee9c (patch)
tree911cbbf9be28681630603d7f4ec050850c9cc264 /Graphics/GraphicsEngineOpenGL
parentOpenGL backend: reorganized headers, removed signature methods implemented by... (diff)
downloadDiligentCore-a2bb18ddd181a0eb3f9f553eeeba19d032feee9c.tar.gz
DiligentCore-a2bb18ddd181a0eb3f9f553eeeba19d032feee9c.zip
Vk backend: reorganized headers; removed PRS methods implemented in PipelineResourceSignatureBase
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp1
-rw-r--r--Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp b/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp
index 5620ebcc..edae2577 100644
--- a/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp
+++ b/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp
@@ -29,6 +29,7 @@
#include "SwapChainBase.hpp"
#include "TextureViewGLImpl.hpp"
+#include "RenderDeviceGLImpl.hpp"
namespace Diligent
{
diff --git a/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp
index e8756c67..a08c052c 100644
--- a/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp
+++ b/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp
@@ -34,6 +34,7 @@
namespace Diligent
{
+
SwapChainGLImpl::SwapChainGLImpl(IReferenceCounters* pRefCounters,
const EngineGLCreateInfo& InitAttribs,
const SwapChainDesc& SCDesc,