拆分PhysicalDevice属性为独立的PhysicalDevice类,并提供根据类型查找GPU的功能

This commit is contained in:
2019-04-13 21:44:26 +08:00
parent 31921d69c6
commit 82eef1c375
10 changed files with 162 additions and 79 deletions

View File

@@ -8,6 +8,7 @@ ENDIF()
SET(VULKAN_TEST_SOURCE_FILES main.cpp
${RENDER_WINDOW_SOURCE}
VKInstance.cpp
VKPhysicalDevice.cpp
VKCommandBuffer.cpp
RenderSurfaceAttribute.cpp
RenderSurfaceCreater.cpp
@@ -20,6 +21,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
SET(VULKAN_TEST_HEADER_FILES VK.h
VKInstance.h
VKPhysicalDevice.h
VKSurfaceExtensionName.h
RenderSurfaceAttribute.h
RenderSurface.h