Update src/Ryujinx.Graphics.Gpu/Image/AutoDeleteCache.cs
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
parent
e7b6fb0044
commit
cfa3e8a7b5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
private readonly Dictionary<TextureDescriptor, ShortTextureCacheEntry> _shortCacheLookup;
|
||||
|
||||
/// <summary>
|
||||
/// Gets MaxTextureCapacity Dynamically
|
||||
/// Initializes the cache, setting the maximum texture capacity for the specified GPU context.
|
||||
/// </summary>
|
||||
public void Initialize(GpuContext context)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue