Hello,

I have created a RenderTarget, but when the device is lost, I need to reset the device. This wil cause to release all data in D3DPOOL_DEFAULT, where my render target is created...

I use this for lightmapping, so what can I do to prevent that I "lose" the texture ?

(I don't want to save it to a file...)

Thnxz in advance