What the correct reaction in code should be to a 'Lost' error of the surface's 'get_current_texture'? #9070
Unanswered
GeneralGDA
asked this question in
Q&A
Replies: 1 comment
-
|
Honestly, sounds about right. I don't know what else you'd do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, based on various unclear sources and my own guesses, I understand it like this: you should try to recreate the surface. However, the new surface may turn out to be incompatible with the adapter of the current device, which would mean you also need to request a new adapter and recreate a new device from it?
Beta Was this translation helpful? Give feedback.
All reactions