summaryrefslogtreecommitdiffstats
path: root/tests/serialization/obfuscated-serialized-module.slang
Commit message (Collapse)AuthorAge
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
| | | | | | | | | * Add slangc interface to compile and use ir modules. * Fix glsl scalar layout settings not copied to target. * Fix. * Cleanups.
* Obfuscated source map writing (#2727)jsmall-nvidia2023-03-24
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP produce obfuscated source map and write when container is specified. * Make the sourcemap generated name stable.