sdreb3421
sdreb3421
I only notice an increase in CPU when opening up a child form while the GLControl is out of view. Normally it would take 1 core an additional 10% for...
I could probably make a demo project. Would that be helpful in this scenario?
I found that the slowdown is associated with the NVIDIA GPU. When the application is set to use the INTEL GPU the issue goes away. Additionally, it happens equally when...
UPDATE: Tested on another computer with a NVIDIA RTX 2070 and the issue is not present.
All of the delay happens in the swap buffers line. If I downloaded the OpenTK source is there anything that might be debuggable inside of the swap buffers method, or...
That's doable. The only other difference in API from the original is the ability to set Vsync. Probably not related, but is there a way to set this in OpenTK...
I agree with hopla. I rarely use the themes. Generally design my own ui.
> I didn't know you could do that, how do you do per tab buttons?