Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: extensions marked support=vulkan,vulkansc are no longer excluded #30

Closed

Conversation

johanhenriksson
Copy link

@johanhenriksson johanhenriksson commented Mar 9, 2023

Extensions were missing when generating code from the latest vk.xml. Seems to be due to them now being tagged supported="vulkan,vulkansc" instead of just supported="vulkan", which was not recognized by the XML query.

Added a simple check that considers comma separated values instead of the attribute value filter.

@bbredesen
Copy link
Owner

That is interesting...I was expecting an update to handling the "supported" attribute at some point in the future, but not so soon.

I need to test a bit against 1.3.242 before merging this. It also looks like the implementation of vulkansc creates some duplicated types, struct members, etc. in vk.xml. I suspect that is the root cause of issue #20 that you opened.

@bbredesen
Copy link
Owner

Closing this in favor of PR #41.

@bbredesen bbredesen closed this Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants