This commit is contained in:
Isaac Marovitz 2024-08-03 17:08:50 +01:00 committed by Isaac Marovitz
parent 29e6f17978
commit 080af8db24
4 changed files with 10 additions and 12 deletions

View file

@ -11,8 +11,6 @@ namespace Ryujinx.Graphics.Gpu.Engine.Threed.ComputeDraw
/// </summary>
class VtgAsComputeContext : IDisposable
{
private const int DummyBufferSize = 16;
private readonly GpuContext _context;
/// <summary>