Nikolay Sivov 193692bbcb vkd3d-shader/hlsl: Use array element type for array's regset.
Currently this affects SM1 compilation only, with a minimal example like this:

float4 var[3];
float4 main() : sv_target
{
    return var[1];
}
2023-03-09 22:10:39 +01:00
..
2022-12-07 16:08:16 +01:00
2018-06-27 22:43:49 +02:00