6 lines
74 B
HLSL
6 lines
74 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void main() {
|
||
|
int3 v = int3(0, 0, 0);
|
||
|
return;
|
||
|
}
|