Skip to content

Vulkan overlay: use the corresponding image index for each swapchain

Georg Lehmann requested to merge DadSchoorse/mesa:overlay-image-index into master

pImageIndices should be a pointer to the current image index otherwise every swapchain but the first one could have a wrong image index

Merge request reports