Skip to content

Conversation

@Firestar99
Copy link
Contributor

@Firestar99 Firestar99 commented Sep 23, 2025

glam spirv PRs 1/3:

Objective

  • remove unnecessary spirv feature gates
    • #[derive(Hash)]
    • impl AsRef for XXX

All of these features compile successfully on spirv, but may fail to link if they are used by shader code. They don't need to be feature gated explicitly by glam. Removing the feature gate now allows future iterations of the compiler to make the failing constructs work without having to first update glam to remove these feature gates.

@bitshifter bitshifter merged commit d71b6a2 into bitshifter:main Sep 23, 2025
18 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