diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IRenderer.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/IRenderer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/IRenderer.cs b/Ryujinx.Graphics.GAL/IRenderer.cs index 35c2146f..465c8805 100644 --- a/Ryujinx.Graphics.GAL/IRenderer.cs +++ b/Ryujinx.Graphics.GAL/IRenderer.cs @@ -27,6 +27,8 @@ namespace Ryujinx.Graphics.GAL Capabilities GetCapabilities(); + IProgram LoadProgramBinary(byte[] programBinary); + void SetBufferData(BufferHandle buffer, int offset, ReadOnlySpan<byte> data); void UpdateCounters(); |