We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follows on from the work in #812, SWIG needs tweaking to allow users to specify glm (or cuda vector?) types via SWIG.
GLM should still work via RTC in agent functions, assuming FLAMEGPU was build with USE_GLM at CMake time.
USE_GLM
Due to the expensive cost of compiling GLM supported RTC functions (see #602), this is not currently a high priority.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follows on from the work in #812, SWIG needs tweaking to allow users to specify glm (or cuda vector?) types via SWIG.
GLM should still work via RTC in agent functions, assuming FLAMEGPU was build with
USE_GLM
at CMake time.Due to the expensive cost of compiling GLM supported RTC functions (see #602), this is not currently a high priority.
The text was updated successfully, but these errors were encountered: