mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 00:47:57 -05:00
Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user