-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I know this will most likely go unmaintained, but just for anyone trying this, it's no longer functioning with the current headers.
URL's are out of date:
New path is https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/main/include/vulkan/vulkan_core.h instead of https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/master/include/vulkan/vulkan_core.h
Even adjusting the URL's, it errors out in parsing.
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\python-vulkan-wrapper-master\create_vulkan_wrapper.py", line 320, in <module>
parse_structs(f)
File "C:\Users\Admin\Desktop\python-vulkan-wrapper-master\create_vulkan_wrapper.py", line 255, in parse_structs
fname, type_ = parse_array(fname, type_)
File "C:\Users\Admin\Desktop\python-vulkan-wrapper-master\create_vulkan_wrapper.py", line 163, in parse_array
name, length = n.split('[')
ValueError: too many values to unpack (expected 2)Python 3.10, Windows 10.
Metadata
Metadata
Assignees
Labels
No labels