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