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