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

Disable validate_global_variables check for now #2593

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Oct 24, 2024

This temporarily disables the check since it is currently applied to all global variables, not only the ones used by the entry point. Doing that requires analysing the call tree during Spirv::new, then storing which globals are statically used by each entry point.

@marc0246 marc0246 merged commit 3e4ed48 into vulkano-rs:master Oct 27, 2024
6 checks passed
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