forked from eden-emu/eden
[vulkan] Get tick with Flush
, remove redundant call to CurrentTick
.
This commit is contained in:
parent
57c4859da4
commit
2112c4a3aa
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ void InnerFence::Queue() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Get the current tick so we can wait for it
|
// Get the current tick so we can wait for it
|
||||||
wait_tick = scheduler.CurrentTick();
|
wait_tick = scheduler.Flush();
|
||||||
scheduler.Flush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool InnerFence::IsSignaled() const {
|
bool InnerFence::IsSignaled() const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue