mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
[nzsl_version("1.0")]
|
|
module;
|
|
|
|
struct Input
|
|
{
|
|
[builtin(global_invocation_indices)] indices: vec3[u32]
|
|
}
|
|
|
|
[entry(compute)]
|
|
[workgroup(32, 32, 1)]
|
|
fn main(input: Input)
|
|
{
|
|
}
|