stuarthayhurst / ammonite-engine

A simple OpenGL based graphics engine for experiments
MIT License
3 stars 1 forks source link

Use a dynamic work queue #8

Closed stuarthayhurst closed 5 months ago

stuarthayhurst commented 5 months ago

Avoids allocating 50MB of space at the cost of locking, seems to fix some leaks