SaschaWillems / Vulkan

C++ examples for the Vulkan graphics API
MIT License
10.18k stars 2.02k forks source link

Remove some unused variables, less verbose animation logic #1100

Open jherico opened 7 months ago

jherico commented 7 months ago

This adds a Random utility class that provides more functionality than the existing rnd() function used in the multithreaded example.

It does some minor cleanup on the animation logic.