summaryrefslogtreecommitdiff
path: root/source/slang/slang-serialize.h
AgeCommit message (Expand)Author
2024-02-15Support loading serialized modules. (#3588)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-10-12Shader caching (#2432)lucy96chen
2022-06-01New language feature: basic error handling. (#2253)Yong He
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-29Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia
2020-10-23Serialization design doc first pass (#1587)jsmall-nvidia
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-09-30Generalizing Serialization (#1563)jsmall-nvidia