- Moderator
- #351
I'm currently investigating the possibility to hack MP to render to two windows, it looks like it's doable, but it cannot be done by plugin, but as a modified .exe as you are doing already.
So why would anyone do this you may ask, but the simple answer is this:
Windows cannot clone two screens that are not the same resolution (well it can, but then one desktop won't fit inside the screen).
I'm probably gonna do it as the normal render + one swapchain. If that is too complicated I'll do two rendertargets (viewports) instead. CPU load should be the same as normal MP that way (DirectX).
I'll post here when I have something to show
So why would anyone do this you may ask, but the simple answer is this:
Windows cannot clone two screens that are not the same resolution (well it can, but then one desktop won't fit inside the screen).
I'm probably gonna do it as the normal render + one swapchain. If that is too complicated I'll do two rendertargets (viewports) instead. CPU load should be the same as normal MP that way (DirectX).
I'll post here when I have something to show