RenderSurface改名为Device

This commit is contained in:
2019-04-18 16:06:44 +08:00
parent d6f3e7bc36
commit 436da3f5b0
12 changed files with 55 additions and 54 deletions

View File

@@ -11,9 +11,9 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
VKInstance.cpp
VKPhysicalDevice.cpp
VKCommandBuffer.cpp
RenderSurfaceAttribute.cpp
RenderSurfaceCreater.cpp
RenderSurface.cpp
VKDeviceAttribute.cpp
VKDeviceCreater.cpp
VKDevice.cpp
VKBuffer.cpp
VKDescriptorSet.cpp
VKDescriptorSetLayout.cpp
@@ -29,8 +29,8 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
VKPhysicalDevice.h
VKCommandBuffer.h
VKSurfaceExtensionName.h
RenderSurfaceAttribute.h
RenderSurface.h
VKDeviceAttribute.h
VKDevice.h
VKBuffer.h
VKDescriptorSetLayout.h
VKDescriptorSet.h