SKIP: INVALID | |
RWByteAddressBuffer prevent_dce : register(u0); | |
uint subgroupInclusiveMul_89437b() { | |
uint arg_0 = 1u; | |
uint v = arg_0; | |
uint res = (WavePrefixProduct(v) * v); | |
return res; | |
} | |
void fragment_main() { | |
prevent_dce.Store(0u, subgroupInclusiveMul_89437b()); | |
} | |
[numthreads(1, 1, 1)] | |
void compute_main() { | |
prevent_dce.Store(0u, subgroupInclusiveMul_89437b()); | |
} | |