4.3.2
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)