blob: ab659f285626cd473809d291dbf8a850da54a202 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
uint3 subgroupExclusiveMul_f039f4() {
uint3 res = WavePrefixProduct((1u).xxx);
return res;
}
void fragment_main() {
prevent_dce.Store3(0u, subgroupExclusiveMul_f039f4());
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store3(0u, subgroupExclusiveMul_f039f4());
}
FXC validation failure:
<scrubbed_path>(4,15-41): error X3004: undeclared identifier 'WavePrefixProduct'
tint executable returned error: exit status 1