diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-11-05 19:50:34 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 23:50:34 +0100 |
| commit | a89b81a81217016afe0403cfa389afe8181507dc (patch) | |
| tree | 36d8597565ed2f9c09261ebd402d777b20fbc7b8 /Ryujinx.Graphics.Gpu/State/CopyTexture.cs | |
| parent | 64088f04e369d5c5553bf2e21a1803068fc84960 (diff) | |
Separate zeta from color formats (#1647)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/CopyTexture.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/CopyTexture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/CopyTexture.cs b/Ryujinx.Graphics.Gpu/State/CopyTexture.cs index 52e35498..28ea0bd8 100644 --- a/Ryujinx.Graphics.Gpu/State/CopyTexture.cs +++ b/Ryujinx.Graphics.Gpu/State/CopyTexture.cs @@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.Gpu.State struct CopyTexture { #pragma warning disable CS0649 - public RtFormat Format; + public ColorFormat Format; public Boolean32 LinearLayout; public MemoryLayout MemoryLayout; public int Depth; |
