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
128 stars 31 forks source link

Fix assertions in PersistentTextureRequestsExample #737

Open skalarproduktraum opened 2 months ago

skalarproduktraum commented 2 months ago

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