Initial work
This commit is contained in:
9
Ryujinx.Graphics.Shader/Decoders/TextureGatherOffset.cs
Normal file
9
Ryujinx.Graphics.Shader/Decoders/TextureGatherOffset.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum TextureGatherOffset
|
||||
{
|
||||
None = 0,
|
||||
Offset = 1,
|
||||
Offsets = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user