picoe / Eto.OpenTK

Eto OpenGL viewport (C#)
MIT License
24 stars 41 forks source link

XamMac: breaks when compiling with VisualStudio for Mac #9

Closed joa77 closed 6 years ago

joa77 commented 7 years ago

When I'm trying to start the project with the lastest VisualStudio for Mac the XamMac part won't work. The MonoMac project still works perfect.

The exeption raises in MacGLView8.cs in Line 95: context = new GraphicsContext(mode, windowInfo, major, minor, flags); It's an OpenTK.Graphics.GraphicsContextException: The specified window isn't an OpenGL window

philstopford commented 7 years ago

I don't yet have a Mac handy for this. My workhorse died and was replaced with a PC. I'll take a look when I am able.

philstopford commented 6 years ago

I expect this is fixed with the recent work from Curtis, so will close this ticket.