summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-marshal-native-call.cpp
AgeCommit message (Expand)Author
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2022-12-07Remove `construct` IR op. (#2555)Yong He
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-29Native call marshalling for ComPtr parameters and return values. (#2305)Yong He
2022-06-21Lower throwing COM interface method. (#2282)Yong He