blob: b5fdea521e60a4cd80ca1e5aaa17db79895fde61 [file] [log] [blame]
SKIP: Wave ops not supported before SM 6.0
RWByteAddressBuffer prevent_dce : register(u0);
float3 quadSwapY_d1ab4d() {
float3 res = QuadReadAcrossY((1.0f).xxx);
return res;
}
void fragment_main() {
prevent_dce.Store3(0u, asuint(quadSwapY_d1ab4d()));
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store3(0u, asuint(quadSwapY_d1ab4d()));
}