summaryrefslogtreecommitdiffstats
path: root/tests/spirv/spirv-reflection.slang
Commit message (Collapse)AuthorAge
* Make type names spec-conformant in SPIRV reflect. (#3748)Yong He2024-03-12
| | | | | | | | | * Preserve ByteAddressBuffer user type name. * Make user type lowercase. * Make typenames conform to spec. * Use `SpvOpDecorateString`.
* Add `-fspv-reflect` support. (#3464)Yong He2024-01-19
* Add `-fspv-reflect` support. Closes #3462. * Fix. * Fix. * Remove use of `SPV_GOOGLE_hlsl_functionality1`. * Fix spirv validation error. * Fix test. * Update typename hints. * Update commandline options doc. * Remove superfluous empty lines. --------- Co-authored-by: Yong He <yhe@nvidia.com>