diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-07-24 00:28:38 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-08-02 19:21:34 +0000 |
| commit | d8584bffd8b32b71174983fa3f38694b65d42945 (patch) | |
| tree | f7bc8fef6a95d82ec24173b5283a2a85fe06822f /Graphics/GraphicsEngineMetal | |
| parent | Fixed Metal build error (diff) | |
| download | DiligentCore-d8584bffd8b32b71174983fa3f38694b65d42945.tar.gz DiligentCore-d8584bffd8b32b71174983fa3f38694b65d42945.zip | |
Added IRenderPassVk interface
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
| -rw-r--r-- | Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h | 2 |
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 { |
