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