Make method static.

This commit is contained in:
riperiperi 2022-06-17 02:09:42 +01:00
parent dfb905b269
commit 30ffd1ee44

View file

@ -484,7 +484,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
/// <param name="samplerBufferIndex">The new sampler buffer index</param>
/// <param name="stageIndex">Stage index of the constant buffer</param>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private void UpdateCachedBuffer(
private static void UpdateCachedBuffer(
GpuChannel channel,
bool isCompute,
ref int cachedTextureBufferIndex,