6 lines
83 B
HLSL
6 lines
83 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void f() {
|
||
|
const uint b = asuint(-2147483648);
|
||
|
return;
|
||
|
}
|