diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-08-11 18:56:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 18:56:59 -0300 |
| commit | 3148c0c21cb45a92ff77344027757fb4808bb3cb (patch) | |
| tree | ce4eed3ddb971b25afbe3e64c91ab33d2cfbfcb2 /Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | |
| parent | d44d8f2eb6bb97f185add50e61443e79e8581123 (diff) | |
Unify GpuAccessorBase and TextureDescriptorCapableGpuAccessor (#2542)
* Unify GpuAccessorBase and TextureDescriptorCapableGpuAccessor
* Shader cache version bump
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs')
| -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 fada667c..5b08593e 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -38,7 +38,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 = 2540; + private const ulong ShaderCodeGenVersion = 2542; // Progress reporting helpers private volatile int _shaderCount; |
