6 lines
73 B
HLSL
6 lines
73 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void f() {
|
||
|
const uint r = (1u + 2u);
|
||
|
return;
|
||
|
}
|