forked from icaven/glm
- Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
The C++20 module today has the using glm::xyz style, which is essentially hard-coded. Of course, glm is quite stable, but if new types or new free functions are added to the headers, the module must be manually updated as well.
I suggest moving to the ABI-breaking style for GLM, which is what has been done at Vulkan-Hpp: KhronosGroup/Vulkan-Hpp#2443.
I am happy to open a PR for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels