summaryrefslogtreecommitdiffstats
path: root/tests/compute/array-param.slang.expected.txt
Commit message (Collapse)AuthorAge
* Improvements and bug fixes for global type parametersYong He2018-01-21
| | | | | | 1. allow spReflection_FindTypeByName to accept arbitrary type expression string 2. allow const int generic value to be used as expression value, and as array size 3. various bug fixes in witness table specialization / function cloning during specializeIRForEntryPoint to avoid creating duplicate global values, not copying the right definition of a function from the other module, not cloning witness tables that are required by specializeGenerics etc.
* bug fixesYong He2018-01-20
fixes #373 fixes bug that misses current translation unit's scope when resolving entry-point global type argument expression.