UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
541 stars 46 forks source link

ImGui rendering issue #110

Closed Edair0 closed 5 years ago

Edair0 commented 5 years ago

Rendering seems to be done in wrong order and outside of window area. How it looks like. Happens on all of my windows 10 machines.

tlgkccampbell commented 5 years ago

I might have some spare time this weekend to look into this. Can you post the code which is responsible for drawing that window?

tlgkccampbell commented 5 years ago

I was able to reproduce this issue. The ImGui renderer wasn't properly enabling the scissor test. This will be fixed in the next release.