OpenTK v4.6.4 Release Notes

    • ๐Ÿ›  FIX: Made it so that the singular check in Matrix4.Invert is the same between platforms. ๐Ÿ›  In particular this fixes an issue where the singular check was too aggressive in the SSE3 path. (@NogginBops)
    • ๐Ÿ›  FIX: Made checking for OpenAL extensions not crash if the extension wasn't present. (@NogginBops)
    • ๐Ÿ›  FIX: Fix to the rewriter to not generate invalid IL on some GLES functions. (@NogginBops)

    • โšก๏ธ Updated CONTRIBUTING.md to not contain broken links. (@asears)