diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-04-18 07:31:39 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 12:31:39 +0200 |
| commit | 40e276c9b554630d14b043cb18804a4a72e4763f (patch) | |
| tree | a13b34f927ad3990319b0fa7d5add38cb1774eef /Ryujinx.Graphics.Gpu/Shader | |
| parent | 77199093978153d519d52264f9ef8b40b0592d0f (diff) | |
Improve shader global memory to storage pass (#2200)
* Improve shader global memory to storage pass
* Formatting and more comments
* Shader cache version bump
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs index 8e8389a3..cd20a5a2 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -35,7 +35,7 @@ namespace Ryujinx.Graphics.Gpu.Shader /// <summary> /// Version of the codegen (to be changed when codegen or guest format change). /// </summary> - private const ulong ShaderCodeGenVersion = 2163; + private const ulong ShaderCodeGenVersion = 2200; // Progress reporting helpers private volatile int _shaderCount; |
