From d8584bffd8b32b71174983fa3f38694b65d42945 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 23 Jul 2020 17:28:38 -0700 Subject: Added IRenderPassVk interface --- Graphics/GraphicsEngineMetal/include/RenderPassMtlImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineMetal') 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 { -- cgit v1.2.3