mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 00:22:24 -07:00
Implement Force Early Z Register (#1755)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.Shader.Cache.Definition
|
||||
{
|
||||
[Flags]
|
||||
enum GuestGpuStateFlags : byte
|
||||
{
|
||||
EarlyZForce = 1 << 0
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user