added VKDebugUtils.h/.cpp

This commit is contained in:
2022-09-26 12:14:52 +08:00
parent bc3a044a56
commit 12760ab5c5
8 changed files with 105 additions and 4 deletions

View File

@@ -103,8 +103,10 @@ SET(VK_INST_SOURCE ${SG_INCLUDE_PATH}/VKInstance.h
SET(VK_DEBUG_SOURCE ${SG_INCLUDE_PATH}/VKDebugOut.h
${SG_INCLUDE_PATH}/VKDebugMaker.h
Vulkan/VKDebugOut.cpp
Vulkan/VKDebugMaker.cpp)
${SG_INCLUDE_PATH}/VKDebugUtils.h
Vulkan/Debug/VKDebugOut.cpp
Vulkan/Debug/VKDebugMaker.cpp
Vulkan/Debug/VKDebugUtils.cpp)
SET(VK_MEMORY_SOURCE ${SG_INCLUDE_PATH}/VKMemory.h
${SG_INCLUDE_PATH}/VKMemoryAllocator.h