summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-marshal-native-call.cpp
Commit message (Expand)AuthorAge
* Rename some symbols related to pointers types (#8592)Theresa Foley2025-10-03
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Implement throw & catch statements (#6916)Julius Ikkala2025-05-23
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Remove `construct` IR op. (#2555)Yong He2022-12-07
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Call `gfx` in slang program. (#2370)Yong He2022-08-20
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* Native call marshalling for ComPtr parameters and return values. (#2305)Yong He2022-06-29
* Lower throwing COM interface method. (#2282)Yong He2022-06-21