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

hlsl type_traits #546

Merged
merged 27 commits into from
Oct 4, 2023
Merged

hlsl type_traits #546

merged 27 commits into from
Oct 4, 2023

Conversation

atkurtul
Copy link
Contributor

Description

Testing

Tested on godbolt
https://godbolt.org/z/cerxYW4vP

TODO list:

  • meta_math
  • std-compliant aliases for comparison operators
  • is_pot equivalents for some of the old GLSL macros
  • macro unification
  • std::numerical_limits
  • NBL_ASSERT(COND)
  • #define static_assert(...) _Static_assert(__VA_ARGS__)

@atkurtul
Copy link
Contributor Author

/execute order 0x45ull

@devshgraphicsprogramming
Copy link
Member

cpp_compat.hlsl should be hoisted above the cpp_compat directory

@atkurtul
Copy link
Contributor Author

atkurtul commented Oct 4, 2023

/execute order 0x45ull

@devshgraphicsprogramming devshgraphicsprogramming merged commit 49b02b6 into master Oct 4, 2023
169 of 326 checks passed
@devshgraphicsprogramming devshgraphicsprogramming deleted the type_traits branch October 4, 2023 22:33
@devshgraphicsprogramming devshgraphicsprogramming restored the type_traits branch October 4, 2023 22:33
@atkurtul atkurtul mentioned this pull request Oct 7, 2023
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.

3 participants