mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Implement parallel host shader cache compilation.
This commit is contained in:
parent
711f63f6f4
commit
b7a6dd68d7
7 changed files with 452 additions and 232 deletions
9
Ryujinx.Graphics.GAL/ProgramLinkStatus.cs
Normal file
9
Ryujinx.Graphics.GAL/ProgramLinkStatus.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public enum ProgramLinkStatus
|
||||
{
|
||||
Incomplete,
|
||||
Success,
|
||||
Failure
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue