vkd3d-shader: Store shader IR instructions in an array.
Storing in an array facilitates normalisation passes on the IR, and also avoids needing to store complex state information in a future DXIL parser.
Edited by Conor McCarthy
Storing in an array facilitates normalisation passes on the IR, and also avoids needing to store complex state information in a future DXIL parser.