Page 1 of 1

Handling D3DERR_DEVICELOST error in direct3d

Posted: 22 May 2013 08:56
by balasubramanya
Hi,

Why we are not handling D3DERR_DEVICELOST error in direct3d.c. Is there any specific reason for this? According to MSDN (http://msdn.microsoft.com/en-us/library ... s.85).aspx) we should reset the direct3d device if get D3DERR_DEVICELOST error from IDirect3DDevice9_TestCooperativeLevel().

Regards,
Bala

Re: Handling D3DERR_DEVICELOST error in direct3d

Posted: 22 May 2013 11:34
by Jean-Baptiste Kempf
Please share a patch.

Re: Handling D3DERR_DEVICELOST error in direct3d

Posted: 22 May 2013 14:51
by balasubramanya
I don't have any patch as of now. I was getting these errors because of which I raised this query. If I have a patch I will share with you guys.