|
|
|
@ -31,11 +31,7 @@ BlitScreen::~BlitScreen() = default; |
|
|
|
|
|
|
|
void BlitScreen::WaitIdle() { |
|
|
|
present_manager.WaitPresent(); |
|
|
|
scheduler.Finish(); |
|
|
|
{ |
|
|
|
std::scoped_lock lock{scheduler.submit_mutex}; |
|
|
|
device.GetLogical().WaitIdle(); |
|
|
|
} |
|
|
|
void(device.GetLogical().WaitIdle()); |
|
|
|
} |
|
|
|
|
|
|
|
void BlitScreen::SetWindowAdaptPass() { |
|
|
|
|