mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-10 16:58:48 +01:00
![PixelyIon](/assets/img/avatar_default.png)
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.