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

Fix custom descriptor set creation #526

Closed skalarproduktraum closed 1 year ago

skalarproduktraum commented 1 year ago

This PR fixes an issue where custom descriptor sets for textures were not correctly created, mixing up binding and array indices. It's kind of a mystery to me how this could have ever worked correctly 😵‍💫

Two further small changes: