mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-09 09:49:28 +01:00
41aad83c33
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.