Skip to content

No longer functioning #3

Description

@caffeinepills

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions