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