Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
This commit is contained in:
parent
6a98c643ca
commit
e25b7c9848
25 changed files with 581 additions and 102 deletions
8
Ryujinx.Graphics.Gpu/State/SamplerIndex.cs
Normal file
8
Ryujinx.Graphics.Gpu/State/SamplerIndex.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
enum SamplerIndex
|
||||
{
|
||||
Independently = 0,
|
||||
ViaHeaderIndex = 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue