alt+tab badness

Started by
2 comments, last by billybob 21 years, 8 months ago
after an alt-tab, should i reload EVERYTHING? or just textures. i was thinking about if an alt-tab was detected, execute the clean up routine, that releases everything, then completely re-init. because i''m not sure what to reload and what not to.
Advertisement
Supposedly you dont need to reload things that were allocated with D3D_POOLMANAGED (or something like that) But I allways reload everything. Textures, Vertex buffers, anything that''s allocated by d3d. You also need to reset the render state of your device. Set all your texture stages etc.
do you have to refill your vertex buffers too? ie just call the load routine again?
When you obtain a new VB you will have to refill it.


The hackers must have gotten into the system through the hyperlink!!

Invader''s Realm

This topic is closed to new replies.

Advertisement