File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ endif()
9393target_include_directories (LVKVulkan PUBLIC "${LVK_ROOT_DIR} /third-party/deps/src" )
9494target_include_directories (LVKVulkan PUBLIC "${LVK_ROOT_DIR} /third-party/deps/src/volk" )
9595target_include_directories (LVKVulkan PUBLIC "${LVK_ROOT_DIR} /third-party/deps/src/vma/include" )
96+ target_include_directories (LVKVulkan PUBLIC "${LVK_ROOT_DIR} /third-party/deps/src/vulkan-headers/include" )
9697
9798if (WIN32 )
9899 add_definitions ("-DVK_USE_PLATFORM_WIN32_KHR=1" )
Original file line number Diff line number Diff line change 156156 "source" : {
157157 "type" : " git" ,
158158 "url" : " https://github.com/zeux/volk" ,
159- "revision" : " 1.4.304"
159+ "revision" : " 04a46e2e522e91da0e9d4c146097501afb5d7c83"
160+ }
161+ },
162+ {
163+ "name" : " vulkan-headers" ,
164+ "source" : {
165+ "type" : " git" ,
166+ "url" : " https://github.com/KhronosGroup/Vulkan-Headers.git" ,
167+ "revision" : " 65586d13fb197279942581ba9c2eb2c6b664487c"
160168 }
161169},
162170{
You can’t perform that action at this time.
0 commit comments