Works, but with memory leaks
This commit is contained in:
@@ -171,12 +171,6 @@ void CmdBuffer::waitForCommand(uint32 timeout)
|
||||
refreshFence();
|
||||
}
|
||||
|
||||
Event CmdBuffer::asyncWait() const
|
||||
{
|
||||
return fence->asyncWait();
|
||||
}
|
||||
|
||||
|
||||
PFence CmdBuffer::getFence()
|
||||
{
|
||||
return fence;
|
||||
|
||||
Reference in New Issue
Block a user