OpenTK v4.6.5 Release Notes

    • ๐Ÿ API: Added settings in NativeWindowSettings for controlling backbuffer parameters such as DepthBits and StencilBits. (@deccer)

    • ๐Ÿšš API: Added SwapInterval to IGraphicsContext and moved VSync property from GameWindow to NativeWindow to allow for more control over vsync. (@softwareantics)

    • โšก๏ธ Updated GLFW to 3.3.4. (@NogginBops)

    • ๐Ÿ›  FIX: Fixed Box2i.Center and Box3i.Center returning wrong values. (@NogginBops, thanks @g7ChoGXh for the bug report)

    • ๐Ÿ›  FIX: Implemented proper disposing of NativeWindow. (@NogginBops, thanks @xiejiang2014 for the bug report)

    • ๐Ÿ›  FIX: Fixed calling conventions on glfw callbacks in 32-bit builds. (@NogginBops)