diff options
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/IImageArray.cs')
| -rw-r--r-- | src/Ryujinx.Graphics.GAL/IImageArray.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ryujinx.Graphics.GAL/IImageArray.cs b/src/Ryujinx.Graphics.GAL/IImageArray.cs index d119aa9f..d87314eb 100644 --- a/src/Ryujinx.Graphics.GAL/IImageArray.cs +++ b/src/Ryujinx.Graphics.GAL/IImageArray.cs @@ -4,7 +4,6 @@ namespace Ryujinx.Graphics.GAL { public interface IImageArray : IDisposable { - void SetFormats(int index, Format[] imageFormats); void SetImages(int index, ITexture[] images); } } |
