mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-12 14:31:05 +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