-
Notifications
You must be signed in to change notification settings - Fork 15
New tgmath #172
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
New tgmath #172
Conversation
…Examples-and-Tests into bxdf_unit_tests
…ng/Nabla-Examples-and-Tests into bxdf_unit_tests
…Examples-and-Tests into new_tgmath
…Examples-and-Tests into new_tgmath_tests
|
Actually @Przemog1 can you make a cherrypicked branch, because they're ready to merge. |
| #ifndef __HLSL_VERSION | ||
| nbl::hlsl::vector<int, 3> isnanVec; | ||
| nbl::hlsl::vector<int, 3> isinfVec; | ||
| #else | ||
| vector<int, 3> isnanVec; | ||
| vector<int, 3> isinfVec; | ||
| #endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leave a comment that we can't fix this because using namespace nbl::hlsl would cause ambiguous math functions below and we can't add a nbl::hlsl alias for the builtin hLSL vector type because of microsoft/DirectXShaderCompiler#7035
No description provided.