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

Fix assertions in PersistentTextureRequestsExample #737

Open skalarproduktraum opened 7 months ago

skalarproduktraum commented 7 months ago

This PR fixes an issue with semi-deterministic assertions in PersistentTextureRequestsExample and replaces those with deterministic assertions run in a runAfterRender lambda.