index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
language-feature
/
reinterpret
/
widening-reinterpret-warning.slang
Age
Commit message (
Expand
)
Author
2025-03-19
Fix reinterpret and bitcast and generic arg parsing. (#6627)
Yong He
2024-04-22
bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)
ArielG-NV