diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/wgpu/player/tests/data/empty.comp | 5 | ||||
-rw-r--r-- | gfx/wgpu/player/tests/data/empty.comp.spv | bin | 0 -> 280 bytes |
2 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() { +} diff --git a/gfx/wgpu/player/tests/data/empty.comp.spv b/gfx/wgpu/player/tests/data/empty.comp.spv Binary files differnew file mode 100644 index 0000000000..484a9bca4f --- /dev/null +++ b/gfx/wgpu/player/tests/data/empty.comp.spv |