SKIP: INVALID | |
RWByteAddressBuffer prevent_dce : register(u0); | |
uint4 quadSwapY_bb697b() { | |
uint4 res = QuadReadAcrossY((1u).xxxx); | |
return res; | |
} | |
void fragment_main() { | |
prevent_dce.Store4(0u, quadSwapY_bb697b()); | |
} | |
[numthreads(1, 1, 1)] | |
void compute_main() { | |
prevent_dce.Store4(0u, quadSwapY_bb697b()); | |
} | |
FXC validation failure: | |
<scrubbed_path>(4,15-40): error X3004: undeclared identifier 'QuadReadAcrossY' | |
tint executable returned error: exit status 1 |