summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-wrap-global-context.cpp
AgeCommit message (Collapse)Author
2024-05-06Delete `wrap-global-context` pass. (#4114)Yong He
* Delete `wrap-global-context` pass. The pass was added for the metal backend without realizing that the existing `explicit-global-context` does 99% of the job. Instead of duplicating the logic in a different pass for metal, we extend same explicit-global-context pass to work for metal. * Fix build.
2024-04-24Parameter layout and reflection for Metal bindings. (#4022)Yong He
2024-04-18Metal: rewrite global variables as explicit context. (#3981)Yong He
* Metal: rewrite global variables as explicit context. * Small tweaks.