SKIP: INVALID | |
RWByteAddressBuffer prevent_dce : register(u0); | |
uint4 subgroupInclusiveMul_1cdf5c() { | |
uint4 arg_0 = (1u).xxxx; | |
uint4 res = (WavePrefixProduct(arg_0) * arg_0); | |
return res; | |
} | |
void fragment_main() { | |
prevent_dce.Store4(0u, asuint(subgroupInclusiveMul_1cdf5c())); | |
return; | |
} | |
[numthreads(1, 1, 1)] | |
void compute_main() { | |
prevent_dce.Store4(0u, asuint(subgroupInclusiveMul_1cdf5c())); | |
return; | |
} |