Skip to content

Commit b17d155

Browse files
committed
Add Vulkan-Headers as a submodule
1 parent ba03fbe commit b17d155

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Vulkan-Headers"]
2+
path = Vulkan-Headers
3+
url = https://github.com/KhronosGroup/Vulkan-Headers

Vulkan-Headers

Submodule Vulkan-Headers added at 8a39755

erupt_dlang.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
D Vulkan bindings generator, based off of and using the Vulkan-Docs code.
44
5-
to generate bindings run: vkdgen.py path/to/vulcan-docs outputDir
5+
to generate bindings run: erupt_dlang.py Vulkan-Headers outputDir
66
"""
77

88
import sys
@@ -1254,4 +1254,4 @@ def __init__( self, *args, **kwargs ):
12541254
reg.apiGen()
12551255

12561256
if print_debug:
1257-
tests_file.close()
1257+
tests_file.close()

0 commit comments

Comments
 (0)