Implement small indexed draws and other fixes to make guest Vulkan work (#1558)

This commit is contained in:
gdkchan 2020-09-23 20:48:34 -03:00 committed by GitHub
parent 0be934389c
commit 95fcb7b3b8
10 changed files with 357 additions and 133 deletions

View file

@ -0,0 +1,9 @@
namespace Ryujinx.Graphics.Gpu.Engine
{
enum ConditionalRenderEnabled
{
False,
True,
Host
}
}