diff options
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/SwizzleComponent.cs')
| -rw-r--r-- | src/Ryujinx.Graphics.GAL/SwizzleComponent.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs b/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs new file mode 100644 index 00000000..a405bd13 --- /dev/null +++ b/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs @@ -0,0 +1,12 @@ +namespace Ryujinx.Graphics.GAL +{ + public enum SwizzleComponent + { + Zero, + One, + Red, + Green, + Blue, + Alpha + } +}
\ No newline at end of file |
