blob: 2d2975d58fa8367b31e7af749a4af42dbf4d7c72 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
uint4 subgroupBallot_1a8251() {
bool arg_0 = true;
uint4 res = WaveActiveBallot(arg_0);
return res;
}
void fragment_main() {
prevent_dce.Store4(0u, asuint(subgroupBallot_1a8251()));
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store4(0u, asuint(subgroupBallot_1a8251()));
return;
}
FXC validation failure:
<scrubbed_path>(5,15-37): error X3004: undeclared identifier 'WaveActiveBallot'
tint executable returned error: exit status 1