Skip to content

4.3.2

Latest
Compare
Choose a tag to compare
@NogginBops NogginBops released this 08 Aug 16:24
· 2 commits to master since this release

Fixed AccessViolationException when disposing GLWpfControl. (@NogginBops)
Fixed issue where GLWpfControl would not work on integrated graphics cards.
The current fix doesn't support using MSAA on these graphics cards and will throw a COMException. This is something we want to fix or be able to detect in the future. (@NogginBops)
Fixed issue where resizing control would leak GL objects due to wrong deletion order. (@NogginBops)