summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/overload-resolution.slang
Commit message (Collapse)AuthorAge
* Support all integer typed indices in StructuredBuffer Load/Store/[]. (#4311)Yong He2024-06-10
| | | | | | | | | * Support all integer typed indices in StructuredBuffer Load/Store/[]. * Fix tests. --------- Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
* Incur l-value conversion cost during overload resolution. (#3195)Yong He2023-09-07
* Incur l-value conversion cost during overload resolution. * Fix compile error. * cleanup. --------- Co-authored-by: Yong He <yhe@nvidia.com>