ibluesun / MauiOpenGL

This is a project for testing OpenGL through OpenTK in .NET MAUI
MIT License
8 stars 2 forks source link

Why is this needed? Just asking out of curiosity #2

Closed jurganson closed 1 year ago

jurganson commented 1 year ago

So I stumbled upon your repo trying to get OpenGL working through OpenTK in .NET MAUI. When trying to do so through Xamarin it worked flawlessly but now I need to hook up these bindings to the native libraries like you have shown with the Android implementation.

Do you know what has changed in .NET MAUI which requires one to do these bindings now?

jurganson commented 1 year ago

Ah, I just figured it out overnight - closing again.