summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-07-27 14:15:16 -0700
committerGitHub <noreply@github.com>2023-07-27 14:15:16 -0700
commit04f72443d717ca7b8304f893452c471fc6b6dc8f (patch)
treec70498d149eeed09cc0f438e68ca5da212f203df /tests/bugs
parentc1216cae34a5e8ef912091fcaaf25b6633ac1db6 (diff)
Fix -fvk-u-shift not applying to global constant buffer. (#3033)
* Fix -fvk-u-shift not applying to global constant buffer. * Fix test. * Fix. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/vk-shift-uniform-issue.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/vk-shift-uniform-issue.slang b/tests/bugs/vk-shift-uniform-issue.slang
index 950a01c6f..fa49c3561 100644
--- a/tests/bugs/vk-shift-uniform-issue.slang
+++ b/tests/bugs/vk-shift-uniform-issue.slang
@@ -24,7 +24,7 @@
// CHECK:layout(binding = 1001)
// CHECK:layout(std140) uniform _S4
-// CHECK:layout(binding = 0)
+// CHECK:layout(binding = 1000)
// CHECK:layout(std140) uniform _S5
Texture2D texture0;