mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:02:25 -07:00
Add partial support to the TEX.B shader instruction (#342)
* Add partial support to the TEX.B shader instruction, fix for mixed indexed and non-indexed drawing * Better exception
This commit is contained in:
@@ -47,6 +47,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
Ftos,
|
||||
Ftou,
|
||||
Ipa,
|
||||
Texb,
|
||||
Texs,
|
||||
Trunc,
|
||||
F_End,
|
||||
@@ -83,7 +84,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
Bra,
|
||||
Exit,
|
||||
Kil,
|
||||
|
||||
|
||||
Emit,
|
||||
Cut
|
||||
}
|
||||
|
Reference in New Issue
Block a user