Skip to content

Commit 54e82b6

Browse files
Added standalone Vulkan-Headers
1 parent 4b4d993 commit 54e82b6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

lvk/vulkan/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ endif()
9393
target_include_directories(LVKVulkan PUBLIC "${LVK_ROOT_DIR}/third-party/deps/src")
9494
target_include_directories(LVKVulkan PUBLIC "${LVK_ROOT_DIR}/third-party/deps/src/volk")
9595
target_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

9798
if(WIN32)
9899
add_definitions("-DVK_USE_PLATFORM_WIN32_KHR=1")

third-party/bootstrap-deps.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,15 @@
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
{

0 commit comments

Comments
 (0)