I am porting a Xamarin.iOS application using OpenTK to net7.0-ios:
error CS0246: The type or namespace name 'OpenTK' could not be found (are you missing a using directive or an assembly reference?)
OpenTK assembly seems to be missing from net7.0-ios.
In net7.0-android one can reference the Xamarin.Legacy.OpenTK NuGet package to get OpenTK. But this package is only for Android. I cannot find the corresponding legacy package for iOS.
Are legacy bindings for OpenTK no longer available in net7.0-ios?
I think OpenTK only supports
I am currently waiting too... Source: https://opentk.net/