mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
7 lines
71 B
WebGPU Shading Language
7 lines
71 B
WebGPU Shading Language
[[stage(compute), workgroup_size(1, 1, 1)]]
|
|
fn main(){
|
|
return;
|
|
}
|
|
|
|
|