diff options
author | Mary <mary@mary.zone> | 2022-05-15 16:02:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 16:02:15 +0200 |
commit | 7bc4971cf948b506f125ae29fd581795ccb3a10d (patch) | |
tree | 4f772722216a09d8529271be232d52d0e52acbaa /Ryujinx.Graphics.OpenGL/Pipeline.cs | |
parent | 3551c18902d485da6b3345ba320179e2abdb44ea (diff) |
misc: Clean up of CS project after Avalonia merge (#3340)1.1.124
This reformat Avalonia csproj file, remove unused deps and reajust
Ryujinx csproj a bit after some other changes
Also updated OpenTK.Graphics
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Pipeline.cs')
-rw-r--r-- | Ryujinx.Graphics.OpenGL/Pipeline.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.OpenGL/Pipeline.cs b/Ryujinx.Graphics.OpenGL/Pipeline.cs index 0326f980..ced41d48 100644 --- a/Ryujinx.Graphics.OpenGL/Pipeline.cs +++ b/Ryujinx.Graphics.OpenGL/Pipeline.cs @@ -677,7 +677,7 @@ namespace Ryujinx.Graphics.OpenGL GL.MultiDrawElementsIndirectCount( _primitiveType, - (Version46)_elementsType, + (All)_elementsType, (IntPtr)indirectBuffer.Offset, (IntPtr)parameterBuffer.Offset, maxDrawCount, |