1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-24 18:26:27 -05:00

Separate zeta from color formats (#1647)

This commit is contained in:
gdkchan
2020-11-05 19:50:34 -03:00
committed by GitHub
parent 64088f04e3
commit a89b81a812
9 changed files with 197 additions and 201 deletions

View File

@@ -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;