diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-05 17:34:47 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | e25b7c9848b6ec486eb513297b5c536857665c7f (patch) | |
| tree | c1ccb6c58bed0f7ece835359516330104feb8f4d /Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs | |
| parent | 6a98c643cabeea25dc42e19fe475a687a034a532 (diff) | |
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs b/Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs index 03582f05..77e60aa4 100644 --- a/Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs +++ b/Ryujinx.Graphics.Gpu/Engine/ComputeParams.cs @@ -1,3 +1,4 @@ +using Ryujinx.Graphics.Gpu.State; using System; using System.Runtime.InteropServices; @@ -32,7 +33,7 @@ namespace Ryujinx.Graphics.Gpu.Engine public int ShaderOffset; public int Unknown9; public int Unknown10; - public int Unknown11; + public SamplerIndex SamplerIndex; public int GridSizeX; public int GridSizeYZ; public int Unknown14; |
