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
/
diagnostics
/
uninitialized-out.slang.expected
Age
Commit message (
Expand
)
Author
2023-04-21
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-14
Diagnose on using uninitialized `out` param. (#2803)
Yong He