mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 03:00:53 -05: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