summaryrefslogtreecommitdiff
path: root/tests/compute/dynamic-dispatch-13.slang.expected.txt
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2020-09-10 15:10:11 -0700
committerGitHub <noreply@github.com>2020-09-10 15:10:11 -0700
commite5b796db188416dfc414dab27b92c86b0b53de2b (patch)
treeeab72001c550d80927805bd5462fb529c20170ae /tests/compute/dynamic-dispatch-13.slang.expected.txt
parentd6a2d2905125715629fe8972a374136189d0c9ef (diff)
Allow existential types in `StructuredBuffer` element type. (#1536)
* Allow existential types in `StructuredBuffer` element type. * Handle StructuredBuffer.Load/.Consume methods * Clean up unnecessary changes * Code cleanup * Update test comment
Diffstat (limited to 'tests/compute/dynamic-dispatch-13.slang.expected.txt')
-rw-r--r--tests/compute/dynamic-dispatch-13.slang.expected.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/compute/dynamic-dispatch-13.slang.expected.txt b/tests/compute/dynamic-dispatch-13.slang.expected.txt
new file mode 100644
index 000000000..628d2a8fd
--- /dev/null
+++ b/tests/compute/dynamic-dispatch-13.slang.expected.txt
@@ -0,0 +1,4 @@
+2
+4
+6
+8