SKIP: INVALID | |
RWByteAddressBuffer prevent_dce : register(u0); | |
float2 quadBroadcast_cd3624() { | |
float2 res = QuadReadLaneAt((1.0f).xx, 1u); | |
return res; | |
} | |
void fragment_main() { | |
prevent_dce.Store2(0u, asuint(quadBroadcast_cd3624())); | |
} | |
[numthreads(1, 1, 1)] | |
void compute_main() { | |
prevent_dce.Store2(0u, asuint(quadBroadcast_cd3624())); | |
} | |
FXC validation failure: | |
<scrubbed_path>(4,16-44): error X3004: undeclared identifier 'QuadReadLaneAt' | |
tint executable returned error: exit status 1 |