6 lines
78 B
HLSL
6 lines
78 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void f() {
|
||
|
const float r = (1.0f + 2.0f);
|
||
|
return;
|
||
|
}
|