6 lines
71 B
HLSL
6 lines
71 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void f() {
|
||
|
const int b = asint(1);
|
||
|
return;
|
||
|
}
|