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
130 stars 32 forks source link

Correctly include VK_KHR_portability_subset extension #600

Closed skalarproduktraum closed 1 year ago

skalarproduktraum commented 1 year ago

This PR fixes a Vulkan validation issue where the VK_KHR_portability_subset was not correctly added. The extension needs to be added if it is supported by the device.