blob: c736ae9326b73dc6b674d85368c843bd2a4539c6 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
int2 subgroupExclusiveMul_4525a3() {
int2 res = WavePrefixProduct((int(1)).xx);
return res;
}
void fragment_main() {
prevent_dce.Store2(0u, asuint(subgroupExclusiveMul_4525a3()));
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store2(0u, asuint(subgroupExclusiveMul_4525a3()));
}