diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IProgram.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/IProgram.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics.GAL/IProgram.cs b/Ryujinx.Graphics.GAL/IProgram.cs deleted file mode 100644 index 272a2f7d..00000000 --- a/Ryujinx.Graphics.GAL/IProgram.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.GAL -{ - public interface IProgram : IDisposable - { - ProgramLinkStatus CheckProgramLink(bool blocking); - - byte[] GetBinary(); - } -} |
