mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
Implement parallel host shader cache compilation.
This commit is contained in:
@ -4,6 +4,8 @@ namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public interface IProgram : IDisposable
|
||||
{
|
||||
ProgramLinkStatus CheckProgramLink(bool blocking);
|
||||
|
||||
byte[] GetBinary();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user