6 lines
76 B
HLSL
6 lines
76 B
HLSL
|
[numthreads(1, 1, 1)]
|
||
|
void f() {
|
||
|
const float b = asfloat(1u);
|
||
|
return;
|
||
|
}
|