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