diff options
Diffstat (limited to 'tests/bugs')
| -rw-r--r-- | tests/bugs/gh-133.slang.glsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/gh-133.slang.glsl b/tests/bugs/gh-133.slang.glsl index 82f5fda49..9481d841f 100644 --- a/tests/bugs/gh-133.slang.glsl +++ b/tests/bugs/gh-133.slang.glsl @@ -6,6 +6,7 @@ struct Fragment uint foo; }; +layout(binding = 0) uniform U { uint bar; |
