15 lines
257 B
HLSL
15 lines
257 B
HLSL
|
groupshared uint2 arg_1;
|
||
|
|
||
|
void frexp_e8b4d1() {
|
||
|
float2 tint_tmp;
|
||
|
float2 tint_tmp_1 = frexp(float2(0.0f, 0.0f), tint_tmp);
|
||
|
arg_1 = uint2(tint_tmp);
|
||
|
float2 res = tint_tmp_1;
|
||
|
}
|
||
|
|
||
|
[numthreads(1, 1, 1)]
|
||
|
void compute_main() {
|
||
|
frexp_e8b4d1();
|
||
|
return;
|
||
|
}
|