When losing focus, why can't I reset the d3dDevice?

Started by
12 comments, last by Kibble 19 years, 3 months ago
You didn't see ID3DXFont::OnLostDevice and ID3DXFont::OnResetDevice?

Advertisement
Quote:Original post by Coder
You didn't see ID3DXFont::OnLostDevice and ID3DXFont::OnResetDevice?


ohhh, i thought those were just some kind of tests.
What about the vertex and index buffers, how would I reset them?

Thanks
Quote:Original post by johnnyBravo
What about the vertex and index buffers, how would I reset them?

Thanks

If they aren't in the pools Coder mentioned above, release and re-create them.

This topic is closed to new replies.

Advertisement