Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Vulkan-Headers"]
path = Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
1 change: 1 addition & 0 deletions Vulkan-Headers
Submodule Vulkan-Headers added at 8a3975
4 changes: 2 additions & 2 deletions erupt_dlang.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
D Vulkan bindings generator, based off of and using the Vulkan-Docs code.

to generate bindings run: vkdgen.py path/to/vulcan-docs outputDir
to generate bindings run: erupt_dlang.py Vulkan-Headers outputDir
"""

import sys
Expand Down Expand Up @@ -1254,4 +1254,4 @@ def __init__( self, *args, **kwargs ):
reg.apiGen()

if print_debug:
tests_file.close()
tests_file.close()