VKSemaphore空定义

This commit is contained in:
2019-04-18 09:03:30 +08:00
parent d31aa3460a
commit 772c147c71
3 changed files with 5 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
VKRenderPass.cpp
VKShader.cpp
VKVertexInput.cpp
VKSemaphore.cpp
)
SET(VULKAN_TEST_HEADER_FILES VK.h
@@ -35,6 +36,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
VKRenderPass.h
VKShader.h
VKVertexInput.h
VKSemaphore.h
Window.h)
SET(SHADER_FILES shader_compile.bat