Files
wgpu/player/tests/data/empty.comp
2020-09-04 23:47:24 -04:00

6 lines
59 B
Plaintext

#version 450
layout(local_size_x = 1) in;
void main() {
}