mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 14:25:20 +03:00
Shader programs allocate instructions and blocks within an `ObjectPool`, there was a global pool prior that was never reaped aside from on destruction. This led to a leak where the pool would contain resources from shader programs that had been deleted, to avert this the pools are now tied to shader programs.