summaryrefslogtreecommitdiff
path: root/tests/preprocessor/line-macro.slang
AgeCommit message (Collapse)Author
2024-12-06Implement explciit binding for metal and wgsl. (#5778)Yong He
* Respect explicit bindings in wgsl emit. * Implement explciit binding generation for metal and wgsl. * Update toc. * Fix warnings in tests. * Fix tests. --------- Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
2024-04-12Fix micro expansion issue for __LINE__. (#3942)Yong He