aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/TextureReleaseCallback.cs
blob: c058df2bb2527e21799f0f077ddb53e71b34f828 (plain) (blame)
1
2
3
4
namespace Ryujinx.Graphics.GAL
{
    public delegate void TextureReleaseCallback(object context);
}