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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 197 additions and 201 deletions

View file

@ -7,7 +7,7 @@ namespace Ryujinx.Graphics.Gpu.State
{
#pragma warning disable CS0649
public GpuVa Address;
public RtFormat Format;
public ZetaFormat Format;
public MemoryLayout MemoryLayout;
public int LayerSize;
#pragma warning restore CS0649