| SKIP: FAILED |
| |
| |
| |
| Validation Failure: |
| RWTexture2DArray<float4> arg_0 : register(u0, space1); |
| |
| void textureStore_3bb7a1() { |
| arg_0[int3(1)] = float4(0.0f, 0.0f, 0.0f, 0.0f); |
| } |
| |
| void vertex_main() { |
| textureStore_3bb7a1(); |
| return; |
| } |
| |
| void fragment_main() { |
| textureStore_3bb7a1(); |
| return; |
| } |
| |
| [numthreads(1, 1, 1)] |
| void compute_main() { |
| textureStore_3bb7a1(); |
| return; |
| } |
| |
| |
| tint_vqF2F7:4:14: error: too few elements in vector initialization (expected 3 elements, have 1) |
| arg_0[int3(1)] = float4(0.0f, 0.0f, 0.0f, 0.0f); |
| ^ |
| |
| |
| tint_vqF2F7:4:14: error: too few elements in vector initialization (expected 3 elements, have 1) |
| arg_0[int3(1)] = float4(0.0f, 0.0f, 0.0f, 0.0f); |
| ^ |
| |
| |
| tint_vqF2F7:4:14: error: too few elements in vector initialization (expected 3 elements, have 1) |
| arg_0[int3(1)] = float4(0.0f, 0.0f, 0.0f, 0.0f); |
| ^ |
| |