Graphics Device reset - game objects not drawing

Started by
-1 comments, last by Nexian 11 years, 8 months ago
Currently I am making a game in C++ using DirectX9 (and starting to wish I'd started in DX11) and I am currently working on changing the game resolution. My problem is that when I reset the graphics device, my meshes no longer draw and I can't see how to resolve the issue.

Answer Found:
http://www.gamedev.net/topic/571846-directx-9-mesh-gone-after-device-reset/

Thanks.

This topic is closed to new replies.

Advertisement