Fix depth clamp enable bit, unit scale for polygon offset. (#1178)
Verified with deko3d and opengl driver code.
This commit is contained in:
parent
ec620e2de0
commit
c2ac45adc5
4 changed files with 5 additions and 11 deletions
|
@ -6,7 +6,6 @@ namespace Ryujinx.Graphics.Gpu.State
|
|||
enum ViewVolumeClipControl
|
||||
{
|
||||
ForceDepthRangeZeroToOne = 1 << 0,
|
||||
DepthClampNear = 1 << 3,
|
||||
DepthClampFar = 1 << 4,
|
||||
DepthClampDisabled = 1 << 11,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue