2089bf7b57
The previous code not only left them undefined, but also didn't increment the array index, so subsequent PS inputs would be broken after the undefined one. Note that this doesn't affect any valid Vulkan apps, but it makes the code a bit simpler and it makes undefined inputs a little more forgiving, at no expense for valid PS. This code actually uncovers a bug in Zink, so I'm also documenting the failing Zink test case. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Reviewed-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32220>