Skip to content

Refactor file generation functions #2256

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

Merged
merged 2 commits into from
Aug 18, 2025

Conversation

asuessenbach
Copy link
Contributor

Plus some minor cleanup work.

@M2-TE
Copy link
Contributor

M2-TE commented Aug 14, 2025

This might clash with #2248 since I changed the generator code a bit for vulkan_enums.hpp:

#if defined( VULKAN_HPP_HAS_SPACESHIP_OPERATOR )
# include <compare>       // for std::partial_ordering (<=> operator)
#endif

It's fine if this change is left out since it will likely be unnecessary (was an attempted fix for MSVC bug), but just wanted to make you aware

@asuessenbach
Copy link
Contributor Author

Ah, ok. It can be removed as (for module usage) it has to be included outside of vulkan.hpp, right?

@M2-TE
Copy link
Contributor

M2-TE commented Aug 14, 2025

It can be removed as (for module usage) it has to be included outside of vulkan.hpp, right?

Correct

@asuessenbach asuessenbach merged commit 6cfec82 into KhronosGroup:main Aug 18, 2025
19 checks passed
@asuessenbach asuessenbach deleted the refactor branch August 18, 2025 06:31
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