blob: 7769e649d200aaa09b4a5169f5940d4221aeccc1 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
uint3 subgroupExclusiveMul_f039f4() {
uint3 arg_0 = (1u).xxx;
uint3 res = WavePrefixProduct(arg_0);
return res;
}
void fragment_main() {
prevent_dce.Store3(0u, asuint(subgroupExclusiveMul_f039f4()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store3(0u, asuint(subgroupExclusiveMul_f039f4()));
return;
}