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

BugFix: FLAMEGPU_ENABLE_GLM was broken #1012

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Conversation

Robadob
Copy link
Member

@Robadob Robadob commented Dec 12, 2022

This was broken by #1007 earlier today, which moved the include of glm.hpp into flamegpu::detail namespace within type_decode.h. Essentially hiding various stdlib includes behind our namespace if type_decode.h was included before they were included elsewhere.

Also removed a leftover file from the same PR, and improved the syntax of a few includes.

Closes #1011

This was broken by #1007 earlier today

Also removed a leftover file from the same PR, and improved the syntax of a few includes.

Closes #1011
@Robadob Robadob added the bug label Dec 12, 2022
@Robadob Robadob self-assigned this Dec 12, 2022
@Robadob Robadob merged commit 7878870 into master Dec 12, 2022
@Robadob Robadob deleted the bugfix_glm_2022_12_12 branch December 12, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GLM Support is broken on Windows?
2 participants