created VulkanDeviceCreateInfo and added Swapchain prefer formats list.

This commit is contained in:
2023-05-11 00:56:26 +08:00
parent a97440e1fc
commit 7c4a27771f
2 changed files with 92 additions and 14 deletions

View File

@@ -150,7 +150,8 @@ SET(VK_DEVICE_SOURCE ${SG_INCLUDE_PATH}/VKDevice.h
SET(VK_PHYSICAL_DEVICE_SOURCE ${SG_INCLUDE_PATH}/VKPhysicalDevice.h
Vulkan/VKPhysicalDevice.cpp
Vulkan/VKProperties.cpp
Vulkan/DebugOutProperties.h)
Vulkan/DebugOutProperties.h
Vulkan/Debug/VKPhysicalDeviceCapsOutput.cpp)
SOURCE_GROUP("Vulkan\\Device" FILES ${VK_DEVICE_SOURCE})
SOURCE_GROUP("Vulkan\\Device\\Debug" FILES ${VK_DEBUG_SOURCE})