vkd3d-shader/dxil: Parse the gather offset as a int2, rather than int3.

Gather operations expect an offset with only two components. Currently the following field (which is the gather channel) is parsed as third component, which leads to wrong and invalid results.

This fixes a crash on a shader from WRC Generations.

Merge request reports

Loading