diff options
| author | Yong He <yonghe@outlook.com> | 2024-10-19 07:58:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 07:58:57 -0700 |
| commit | 9936178dd3efb026bfa142512a2bf061d7a75ab5 (patch) | |
| tree | 48206a2f56535e8208cc47e1c70c1682e0fbdffc /tests/spirv | |
| parent | b2386f36ee3ac253457e9e532b0373a5ce1ee687 (diff) | |
Remove use of Variable Pointer capability. (#5352)
* Remove use of Variable Pointer capability.
Diffstat (limited to 'tests/spirv')
| -rw-r--r-- | tests/spirv/pointer.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spirv/pointer.slang b/tests/spirv/pointer.slang index 03ca3fb39..affc52e1b 100644 --- a/tests/spirv/pointer.slang +++ b/tests/spirv/pointer.slang @@ -1,4 +1,4 @@ -//TEST:SIMPLE(filecheck=CHECK): -target spirv -entry main -stage compute -emit-spirv-directly +//TEST:SIMPLE(filecheck=CHECK): -target spirv -entry main -stage compute -O0 -emit-spirv-directly struct PP |
