fix include

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-05-11 21:17:06 +08:00
parent d6d2d337c9
commit 71c543413a
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include<hgl/platform/Window.h>
#include<hgl/graph/VKInstance.h>
#include<hgl/graph/VKPhysicalDevice.h>
#include<hgl/graph/VKDevice.h>
#include<hgl/graph/VKDeviceCreater.h>
#include<hgl/graph/VKSemaphore.h>
#include<hgl/graph/VKBuffer.h>
#include<hgl/graph/VKShaderModule.h>

View File

@ -1,6 +1,7 @@
#pragma once
#include<hgl/graph/VK.h>
#include<hgl/graph/VKDevice.h>
VK_NAMESPACE_BEGIN
struct VulkanHardwareRequirement