Files
wgpu/player/tests/data/empty.wgsl
2022-04-15 22:22:48 +03:00

5 lines
42 B
WebGPU Shading Language

@compute
@workgroup_size(1)
fn main() {
}