mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
#version 450
|
|
layout(local_size_x = 1) in;
|
|
|
|
void main() {
|
|
}
|