GLWpfControl icon indicating copy to clipboard operation
GLWpfControl copied to clipboard

Control does not display on device with 2 GPUs (sometimes)

Open varon opened this issue 5 years ago • 2 comments

I believe this is occurring because the GL context and the DX context are running on different devices. We might need to do some fancy stuff to get them to occupy the same one.

I have a test setup we can replicate this on, but we need to figure out if either: a) the wrong GL device is being used b) the wrong DX device is being used.

Would love some thoughts on how we can detect this.

varon avatar Nov 23 '20 07:11 varon

Current workaround was to change monitor cables to the other device.

varon avatar Nov 23 '20 07:11 varon

Also related to #30

varon avatar Jan 06 '21 13:01 varon