blob: a184328bff0ff6379e14b8cf3fd67cc99da86b9f [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
float2 subgroupExclusiveMul_25d1b9() {
float2 arg_0 = (1.0f).xx;
float2 res = WavePrefixProduct(arg_0);
return res;
}
void fragment_main() {
prevent_dce.Store2(0u, asuint(subgroupExclusiveMul_25d1b9()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store2(0u, asuint(subgroupExclusiveMul_25d1b9()));
return;
}