Add Vulkan-Headers submodule

pull/20/head
jackun 4 years ago
parent d71dbdddbf
commit bf63aaf772
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

3
.gitmodules vendored

@ -7,3 +7,6 @@
[submodule "modules/ImGui/src"]
path = modules/ImGui/src
url = https://github.com/flightlessmango/ImGui.git
[submodule "modules/Vulkan-Headers"]
path = modules/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git

@ -104,6 +104,7 @@ endif
inc_common = [
include_directories('include'),
include_directories('modules/Vulkan-Headers/include'),
]
# Check for generic C arguments

@ -0,0 +1 @@
Subproject commit 7264358702061d3ed819d62d3d6fd66ab1da33c3
Loading…
Cancel
Save