diff options
| author | Yong He <yonghe@outlook.com> | 2020-09-14 12:26:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 12:26:54 -0700 |
| commit | 03050997b90b6c07bfdc5ca9c0c08cd278b1b1dd (patch) | |
| tree | 9cbfece387e960bedc3df3236eaaf0236c7bff0b /tests/compute/array-existential-parameter.slang.expected.txt | |
| parent | 2e3688af574738650c2753680ce9f417fb22e5e7 (diff) | |
Support shader parameters that are an array of existential type. (#1542)
* Support shader parameters that are an array of existential type.
* Rename to getFirstNonExistentialValueCategory
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/compute/array-existential-parameter.slang.expected.txt')
| -rw-r--r-- | tests/compute/array-existential-parameter.slang.expected.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/compute/array-existential-parameter.slang.expected.txt b/tests/compute/array-existential-parameter.slang.expected.txt new file mode 100644 index 000000000..628d2a8fd --- /dev/null +++ b/tests/compute/array-existential-parameter.slang.expected.txt @@ -0,0 +1,4 @@ +2 +4 +6 +8 |
