add 2d AA Line examples

This commit is contained in:
2020-09-30 14:21:24 +08:00
parent 5844004489
commit 24474df151
13 changed files with 195 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
macro(CreateProject name)
add_executable(${name} ${ARGN} VulkanAppFramework.h)
add_executable(${name} ${ARGN})
target_link_libraries(${name} ${ULRE})
IF(WIN32)
@@ -44,7 +44,7 @@ CreateProject(14.DrawText DrawText.cpp)
IF(SUPPORT_QT_VULKAN)
include(QtCommon)
CreateQtProject(14.VulkanQT VulkanQtApp.cpp
CreateQtProject(14.VulkanQT VulkanQtApp.cpp
QtVulkanWindow.cpp
QtVulkanWindow.h
QtVulkanMainWindow.h