From 3bf1f53d4f8fdab5fe2ffb022c980f3ea3cab2e8 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Wed, 29 Sep 2021 20:52:42 +0800 Subject: [PATCH] fixed include at VKSubpass.h --- inc/hgl/graph/VKSubpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/graph/VKSubpass.h b/inc/hgl/graph/VKSubpass.h index 1202a32a..7aa18714 100644 --- a/inc/hgl/graph/VKSubpass.h +++ b/inc/hgl/graph/VKSubpass.h @@ -1,7 +1,7 @@ #ifndef HGL_GRAPH_VULKAN_SUBPASS_INCLUDE #define HGL_GRAPH_VULKAN_SUBPASS_INCLUDE -#include +#include VK_NAMESPACE_BEGIN /** * 渲染流程中一次具体的操作,即便整个Renderpass只有一次渲染,也需要创建subpass