summaryrefslogtreecommitdiffstats
path: root/tools/slang-unit-test/unit-test-attribute-reflection.cpp
Commit message (Collapse)AuthorAge
* Fix `getArgumentValueFloat` when arg is int. (#5888)Yong He2024-12-18
| | | | | | | | | * Fix `getArgumentValueFloat` when arg is int. * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
* Fix attribute reflection. (#5823)Yong He2024-12-11
* Fix attribute reflection. * Fix. * Fix.