Implement alpha test using legacy functions (#1426)
This commit is contained in:
parent
938c06c652
commit
43c13057da
4 changed files with 39 additions and 13 deletions
|
@ -52,8 +52,11 @@ namespace Ryujinx.Graphics.Gpu.State
|
|||
DepthTestEnable = 0x4b3,
|
||||
BlendIndependent = 0x4b9,
|
||||
DepthWriteEnable = 0x4ba,
|
||||
AlphaTestEnable = 0x4bb,
|
||||
VbElementU8 = 0x4c1,
|
||||
DepthTestFunc = 0x4c3,
|
||||
AlphaTestRef = 0x4c4,
|
||||
AlphaTestFunc = 0x4c5,
|
||||
BlendConstant = 0x4c7,
|
||||
BlendStateCommon = 0x4cf,
|
||||
BlendEnableCommon = 0x4d7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue