huh? Direct3D9 seems to trash everything

Razor

Newcomer
Joined
Jul 29, 2004
Messages
2
I have this wierd problem that I've never had before with previous versions
of Direct3D.

It seems that in VB.NET when I resize a form at runtime (of course)
it seems to stop rendering or seems to destroy textures even though
they are managed resources etc.. etc..

Any idea what the problem is?
Thanks
 
are you resetting your device? Somtimes browsing thru the code samples for VB.NET in the DirectX sdk can help you figure out how to recover from things like window resizing, device lost, etc.
 
Back
Top