summaryrefslogtreecommitdiff
path: root/tests/compute/dynamic-dispatch-13.slang.expected.txt
AgeCommit message (Collapse)Author
2020-09-10Allow existential types in `StructuredBuffer` element type. (#1536)Yong He
* Allow existential types in `StructuredBuffer` element type. * Handle StructuredBuffer.Load/.Consume methods * Clean up unnecessary changes * Code cleanup * Update test comment