diff options
Diffstat (limited to 'gfx/wgpu/player/tests/data/empty.comp')
-rw-r--r-- | gfx/wgpu/player/tests/data/empty.comp | 5 |
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() { +} |