using System; namespace Ryujinx.Graphics.GAL { public interface IImageArray : IDisposable { void SetImages(int index, ITexture[] images); } }