Tagged Questions
1
vote
1answer
136 views
Should have one device per application or per form when doing MDI Forms work with XNA?
I am just making a simple editor for a project I am working on and as part of this I need to add a few different MDI forms within a larger container form.
Now the XNA (4.0) example Windows Forms ...
1
vote
1answer
588 views
Is it possible to render to multiple devices / monitors in XNA?
As the title.
If so, how?
As well as wiring it up correctly, how should I manage syncing GPU resources and update/draw steps?