Remove unused field

This commit is contained in:
riperiperi 2024-07-10 02:58:48 +01:00
parent d0d3bca2a6
commit e7bd0a8b47

View file

@ -86,8 +86,6 @@ namespace Ryujinx.Graphics.Vulkan
private bool _tfActive;
private readonly PipelineColorBlendAttachmentState[] _storedBlend;
private ulong _drawCountSinceBarrier;
public ulong DrawCount { get; private set; }
public bool RenderPassActive { get; private set; }