mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-13 19:10:19 +00:00
Make method static.
This commit is contained in:
parent
dfb905b269
commit
30ffd1ee44
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
||||||
/// <param name="samplerBufferIndex">The new sampler buffer index</param>
|
/// <param name="samplerBufferIndex">The new sampler buffer index</param>
|
||||||
/// <param name="stageIndex">Stage index of the constant buffer</param>
|
/// <param name="stageIndex">Stage index of the constant buffer</param>
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
private void UpdateCachedBuffer(
|
private static void UpdateCachedBuffer(
|
||||||
GpuChannel channel,
|
GpuChannel channel,
|
||||||
bool isCompute,
|
bool isCompute,
|
||||||
ref int cachedTextureBufferIndex,
|
ref int cachedTextureBufferIndex,
|
||||||
|
|
Loading…
Reference in a new issue