blob: c144b7c392eac4e51e7a06a8d8d70193ebdebdd8 [file] [log] [blame]
SKIP: FAILED
ByteAddressBuffer tint_symbol : register(t0);
RWByteAddressBuffer tint_symbol_1 : register(u1);
[numthreads(1, 1, 1)]
void main() {
tint_symbol_1.Store<vector<float16_t, 3> >(0u, tint_symbol.Load<vector<float16_t, 3> >(0u));
return;
}