diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalTextureSource.cs')
| -rw-r--r-- | Ryujinx.Graphics/Gal/GalTextureSource.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/Gal/GalTextureSource.cs b/Ryujinx.Graphics/Gal/GalTextureSource.cs new file mode 100644 index 00000000..72dbec60 --- /dev/null +++ b/Ryujinx.Graphics/Gal/GalTextureSource.cs @@ -0,0 +1,13 @@ +namespace Ryujinx.Graphics.Gal +{ + public enum GalTextureSource + { + Zero = 0, + Red = 2, + Green = 3, + Blue = 4, + Alpha = 5, + OneInt = 6, + OneFloat = 7 + } +}
\ No newline at end of file |
