Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes
This commit is contained in:
parent
d786d8d2b9
commit
278a4c317c
38 changed files with 972 additions and 166 deletions
10
Ryujinx.Graphics.Shader/Decoders/ShuffleType.cs
Normal file
10
Ryujinx.Graphics.Shader/Decoders/ShuffleType.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum ShuffleType
|
||||
{
|
||||
Indexed = 0,
|
||||
Up = 1,
|
||||
Down = 2,
|
||||
Butterfly = 3
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue