summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineMetal
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-07-24 00:28:38 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-08-02 19:21:34 +0000
commitd8584bffd8b32b71174983fa3f38694b65d42945 (patch)
treef7bc8fef6a95d82ec24173b5283a2a85fe06822f /Graphics/GraphicsEngineMetal
parentFixed Metal build error (diff)
downloadDiligentCore-d8584bffd8b32b71174983fa3f38694b65d42945.tar.gz
DiligentCore-d8584bffd8b32b71174983fa3f38694b65d42945.zip
Added IRenderPassVk interface
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
-rw-r--r--Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h b/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h
index 2c900713..eeffde9e 100644
--- a/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h
@@ -32,7 +32,7 @@
#include "RenderDeviceMtl.h"
#include "RenderPassBase.hpp"
-#include "RenderDeviceMtlImpl.hpp"
+#include "RenderDeviceMtlImpl.h"
namespace Diligent
{