fixed DeferredModel sample, but light error.

This commit is contained in:
2021-09-27 21:11:25 +08:00
parent b9f0632d7f
commit e56730ec87
4 changed files with 66 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ endmacro()
macro(CreateQtProject name)
add_executable(${name} ${ARGN} VulkanAppFramework.h)
set(IDENTIFIER "com.hyzgame.texconv")
set(IDENTIFIER "com.hyzgame.example")
target_link_libraries(${name} ${ULRE} Qt5::Core Qt5::Gui Qt5::Widgets)