summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glsl/data/tests/layout_buffer_block_0.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glsl/data/tests/layout_buffer_block_0.glsl')
-rw-r--r--third_party/rust/glsl/data/tests/layout_buffer_block_0.glsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/glsl/data/tests/layout_buffer_block_0.glsl b/third_party/rust/glsl/data/tests/layout_buffer_block_0.glsl
new file mode 100644
index 0000000000..00be0a172c
--- /dev/null
+++ b/third_party/rust/glsl/data/tests/layout_buffer_block_0.glsl
@@ -0,0 +1,3 @@
+layout(set = 0, binding = 0) buffer Foo {
+ char a;
+} foo;