scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
129 stars 32 forks source link

VulkanRenderer: Correctly hand over vsync parameter to swapchains #617

Closed skalarproduktraum closed 9 months ago

skalarproduktraum commented 10 months ago

This PR resolves and issue where vsync would not be enabled/disabled correctly if a swapchain other than the default VulkanSwapchain was used.