bsamuels453 / With-Fire-and-Iron

Airship combat simulator I'm working on in my spare time. Most of the code is based on one of my older sim projects, Forge. Check out the issues section to see what modules I'm working on at the moment.
2 stars 0 forks source link

losing the graphicsdevice causes a crash #35

Closed bsamuels453 closed 11 years ago

bsamuels453 commented 11 years ago

implement functionality to recover from a graphicsdevice switch/loss

bsamuels453 commented 11 years ago

assigned to bug_35

bsamuels453 commented 11 years ago

on further investigation, I found that the graphics device being lost is an old d3d artifact that doesn't exist anymore in dx10. Essentially, switching to either dx10 or opengl would fix this issue. Since this is planned in the future with the monogame switch, this bug is pretty much going to solve itself.