mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-16 17:05:09 -06: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