If an application which is using Direct3D to draw graphics loads a DLL that wants to do the same (although independently, in a different window), is that safe?

Also, can two IDirect3DDevice9's render to the same window?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

The answer is yes, a DLL can use DirectX independently of it's loading application. I still don't know if two apps can draw to the same window.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.