OpenTK v4.5.0 Release Notes

    • โšก๏ธ API: Introduced GameWindow.UpdateTime to match GameWindow.RenderTime. (@NogginBops)
    • API: Added GLFW functions for getting platform dependent opengl context pointers. (@NogginBops)

    • ๐Ÿ›  FIX: GameWindow.RenderTime now gets updated correctly. (@NogginBops)

    • ๐Ÿ›  FIX: Actually assign APIVersion property in NativeWindow. (@BroMandarin)

    • ๐Ÿ›  FIX: The MouseWheelEventArgs in OnMouseWheel now correctly returns a delta instead of an accumulated offset. (@GeorchW)

    • ๐Ÿ›  FIX: Some overloads for AL.DeleteSources where calling alDeleteBuffers instead of alDeleteSources. (@NogginBops)