Remove OnCommandListEndCommand
Call rasterizer->ReleaseFences() directly
This commit is contained in:
parent
1f3e8d633a
commit
8551ac6008
3 changed files with 2 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue