[Vulkan] Better handling of device lost events (present fatal error dialog)
This commit is contained in:
@@ -117,7 +117,7 @@ void CommandProcessor::ClearCaches() {}
|
||||
void CommandProcessor::WorkerThreadMain() {
|
||||
context_->MakeCurrent();
|
||||
if (!SetupContext()) {
|
||||
xe::FatalError("Unable to setup command processor GL state");
|
||||
xe::FatalError("Unable to setup command processor internal state");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user