summaryrefslogtreecommitdiffstats
path: root/gfx/wgpu/player/tests/data/empty.comp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/wgpu/player/tests/data/empty.comp')
-rw-r--r--gfx/wgpu/player/tests/data/empty.comp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gfx/wgpu/player/tests/data/empty.comp b/gfx/wgpu/player/tests/data/empty.comp
new file mode 100644
index 0000000000..e1ed54725b
--- /dev/null
+++ b/gfx/wgpu/player/tests/data/empty.comp
@@ -0,0 +1,5 @@
+#version 450
+layout(local_size_x = 1) in;
+
+void main() {
+}