Skip to content

4.2.0

Compare
Choose a tag to compare
@NogginBops NogginBops released this 18 Jun 15:50
· 73 commits to master since this release

Add ability to make the control transparent by setting GLWpfControlSettings.TransparentBackground to true. (@luiscuenca)
Change the dependency on OpenTK to be >= 4.3.0 < 5.0.0. (@NogginBops)
Add ability to pass a custom IBindingsContext in GLWpfControlSettings. (@Kaktusbot)
Add stencil buffer to the framebuffer. (@Svabik)
Fixed issue where remote desktop would fail due to having to use a software implementation of OpenGL.
Fixed so that KeyDownEvent and KeyUpEvent properly work in the control. (@BBoldenow)