ThreadManager: Sync async reads on accurate gpu.
This commit is contained in:
parent
57fdbd9b89
commit
165ae823f5
9 changed files with 48 additions and 8 deletions
|
@ -147,7 +147,7 @@ void GPU::SyncGuestHost() {
|
|||
}
|
||||
|
||||
void GPU::OnCommandListEnd() {
|
||||
renderer.Rasterizer().ReleaseFences();
|
||||
renderer->Rasterizer().ReleaseFences();
|
||||
}
|
||||
// Note that, traditionally, methods are treated as 4-byte addressable locations, and hence
|
||||
// their numbers are written down multiplied by 4 in Docs. Here we are not multiply by 4.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue