mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 08:30:52 -05:00
Remove CommandBufferScoped Dependencies (#6958)
This commit is contained in:
@@ -26,11 +26,6 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
_pool.AddWaitable(CommandBufferIndex, waitable);
|
||||
}
|
||||
|
||||
public void AddDependency(CommandBufferScoped dependencyCbs)
|
||||
{
|
||||
_pool.AddDependency(CommandBufferIndex, dependencyCbs);
|
||||
}
|
||||
|
||||
public FenceHolder GetFence()
|
||||
{
|
||||
return _pool.GetFence(CommandBufferIndex);
|
||||
|
||||
Reference in New Issue
Block a user