Skip to content

vulkan: Avoid stomping array padding in the MemoryProperties wrapper.

Emma Anholt requested to merge anholt/mesa:vk-memoryproperties into main

The deqp test for it expects that the unused array elements are untouched, so make sure they don't get replaced with random stack data.

Merge request reports