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

[openxr] Cleanup code generation #1725

Open
MarkY-LunarG opened this issue Sep 5, 2024 · 1 comment
Open

[openxr] Cleanup code generation #1725

MarkY-LunarG opened this issue Sep 5, 2024 · 1 comment
Assignees
Labels
openxr-experimental Related to OpenXR experimental support

Comments

@MarkY-LunarG
Copy link
Contributor

Code generation needs to be updated to handle all file generation at "endFile" time instead of as each feature is being processed. The current design can miss objects used before define (including "alias" definitions). Additionally, there is duplicated python paths that could be merged together to avoid issues in the future.

@MarkY-LunarG
Copy link
Contributor Author

Changes are initially done in #1783, but I am adjusting them for easy porting directly into dev (at least the non-OpenXR portion of those changes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openxr-experimental Related to OpenXR experimental support
Projects
None yet
Development

No branches or pull requests

1 participant