mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-10 15:03:34 +00:00
5 lines
72 B
HLSL
5 lines
72 B
HLSL
[numthreads(16, 16, 1)]
|
|
void main(uint3 grid : SV_DispatchThreadID)
|
|
{
|
|
}
|