summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test/unit-test-glsl-compile.cpp
AgeCommit message (Collapse)Author
2025-01-22Cache and reuse glsl module. (#6152)Yong He
* Cache and reuse glsl module. * Fix. * Implement record/replay for the new api. * Fix record replay. * Fix test.
2024-12-17Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)Yong He