Skip to content

vk/util: remove unneeded array index

Eric Engestrom requested to merge eric/mesa:vk-util-meson into master

This is an array of 1, so [0] is the only content, and meson already flattens the list so this is unnecessary. Also, all the other uses of vk_api_xml don't do that.

/cc @dbaker

Merge request reports