mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-23 04:13:40 +00:00
Remove OnCommandListEndCommand
Call rasterizer->ReleaseFences() directly
This commit is contained in:
@@ -99,7 +99,7 @@ struct GPU::Impl {
|
||||
|
||||
/// Signal the ending of command list.
|
||||
void OnCommandListEnd() {
|
||||
gpu_thread.OnCommandListEnd();
|
||||
rasterizer->ReleaseFences();
|
||||
}
|
||||
|
||||
/// Request a host GPU memory flush from the CPU.
|
||||
|
||||
Reference in New Issue
Block a user