mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
4 lines
100 B
C#
4 lines
100 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public delegate void TextureReleaseCallback(object context);
|
|
}
|