From b9aa3966c00b4bb3ff0292dc28ed53ad26cf284b Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 8 Apr 2018 16:17:35 -0300 Subject: Merge shader branch, adding support for GLSL decompilation, a macro interpreter, and a rewrite of the GPU code. --- Ryujinx.Graphics/Gal/GalIndexFormat.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Ryujinx.Graphics/Gal/GalIndexFormat.cs (limited to 'Ryujinx.Graphics/Gal/GalIndexFormat.cs') diff --git a/Ryujinx.Graphics/Gal/GalIndexFormat.cs b/Ryujinx.Graphics/Gal/GalIndexFormat.cs new file mode 100644 index 00000000..71a50cdb --- /dev/null +++ b/Ryujinx.Graphics/Gal/GalIndexFormat.cs @@ -0,0 +1,9 @@ +namespace Ryujinx.Graphics.Gal +{ + public enum GalIndexFormat + { + Byte = 0, + Int16 = 1, + Int32 = 2 + } +} \ No newline at end of file -- cgit v1.2.3