mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
Remove unnecessary lines
Was for testing
This commit is contained in:
parent
4cc0c2132c
commit
05a736b6d3
2 changed files with 0 additions and 6 deletions
|
@ -162,8 +162,6 @@ namespace Ryujinx.Graphics.Vulkan
|
||||||
throw new InvalidOperationException("The buffer is not host mapped.");
|
throw new InvalidOperationException("The buffer is not host mapped.");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int SlowLoads = 0;
|
|
||||||
|
|
||||||
public unsafe void SetData(int offset, ReadOnlySpan<byte> data, CommandBufferScoped? cbs = null, Action endRenderPass = null)
|
public unsafe void SetData(int offset, ReadOnlySpan<byte> data, CommandBufferScoped? cbs = null, Action endRenderPass = null)
|
||||||
{
|
{
|
||||||
int dataSize = Math.Min(data.Length, Size - offset);
|
int dataSize = Math.Min(data.Length, Size - offset);
|
||||||
|
|
|
@ -114,10 +114,6 @@ namespace Ryujinx.Graphics.Vulkan.Queries
|
||||||
{
|
{
|
||||||
DisposeInternal();
|
DisposeInternal();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool ReserveForHostAccess()
|
public bool ReserveForHostAccess()
|
||||||
|
|
Loading…
Reference in a new issue