Initial work
This commit is contained in:
10
Ryujinx.Graphics.Gpu/State/RtDepthStencilState.cs
Normal file
10
Ryujinx.Graphics.Gpu/State/RtDepthStencilState.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
struct RtDepthStencilState
|
||||
{
|
||||
public GpuVa Address;
|
||||
public RtFormat Format;
|
||||
public MemoryLayout MemoryLayout;
|
||||
public int LayerSize;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user