Support inline index buffer data (#1351)

* Support inline index buffer data

* Sort usings
This commit is contained in:
gdkchan 2020-07-03 19:41:27 -03:00 committed by GitHub
parent b0d9ec8a82
commit dbeb50684d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 146 additions and 5 deletions

View file

@ -58,6 +58,7 @@ namespace Ryujinx.Graphics.Gpu.State
DepthTestEnable = 0x4b3,
BlendIndependent = 0x4b9,
DepthWriteEnable = 0x4ba,
VbElementU8 = 0x4c1,
DepthTestFunc = 0x4c3,
BlendConstant = 0x4c7,
BlendStateCommon = 0x4cf,
@ -78,6 +79,8 @@ namespace Ryujinx.Graphics.Gpu.State
StencilBackTestState = 0x565,
DepthBiasUnits = 0x56f,
RtMsaaMode = 0x574,
VbElementU32 = 0x57a,
VbElementU16 = 0x57c,
ShaderBaseAddress = 0x582,
DrawEnd = 0x585,
DrawBegin = 0x586,