/ src / Ryujinx.Graphics.GAL / TextureReleaseCallback.cs
TextureReleaseCallback.cs
1  namespace Ryujinx.Graphics.GAL
2  {
3      public delegate void TextureReleaseCallback(object context);
4  }