拆分PhysicalDevice属性为独立的PhysicalDevice类,并提供根据类型查找GPU的功能
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user