Remove OnCommandListEndCommand

Call rasterizer->ReleaseFences() directly
This commit is contained in:
Behunin 2023-02-07 17:21:17 -07:00
parent 1f3e8d633a
commit 8551ac6008
3 changed files with 2 additions and 14 deletions

View file

@ -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.