mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 01:05:46 +00:00
Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan.
This commit is contained in:
parent
2ee68ad8e4
commit
6092308fe4
5 changed files with 35 additions and 4 deletions
|
@ -410,7 +410,6 @@ void Maxwell3D::ProcessQueryGet() {
|
|||
StampQueryResult(regs.query.query_sequence, regs.query.query_get.short_query == 0);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case Regs::QueryOperation::Acquire:
|
||||
// TODO(Blinkhawk): Under this operation, the GPU waits for the CPU to write a value that
|
||||
// matches the current payload.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue