Ryujinx/Ryujinx.Graphics.Gpu
Mary afd68d4c6c
GAL: Fix sampler leaks on exit (#2353)
Before this, all samplers instance were leaking on exit because the
dispose method was never getting called.

This fix this issue by making TextureBindingsManager disposable and
calling the dispose method in the TextureManager.
2021-06-09 01:00:28 +02:00
..
2020-08-04 01:32:53 +02:00
2020-04-19 11:25:57 +10:00