aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/RtColorState.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-11-05 19:50:34 -0300
committerGitHub <noreply@github.com>2020-11-05 23:50:34 +0100
commita89b81a81217016afe0403cfa389afe8181507dc (patch)
tree36d8597565ed2f9c09261ebd402d777b20fbc7b8 /Ryujinx.Graphics.Gpu/State/RtColorState.cs
parent64088f04e369d5c5553bf2e21a1803068fc84960 (diff)
Separate zeta from color formats (#1647)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/RtColorState.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/RtColorState.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/RtColorState.cs b/Ryujinx.Graphics.Gpu/State/RtColorState.cs
index 82ccaf74..457725ff 100644
--- a/Ryujinx.Graphics.Gpu/State/RtColorState.cs
+++ b/Ryujinx.Graphics.Gpu/State/RtColorState.cs
@@ -9,7 +9,7 @@ namespace Ryujinx.Graphics.Gpu.State
public GpuVa Address;
public int WidthOrStride;
public int Height;
- public RtFormat Format;
+ public ColorFormat Format;
public MemoryLayout MemoryLayout;
public int Depth;
public int LayerSize;