
Cannot create GLControl on Mac, SetBufferRect throws NotImplementedException()
Posted Thursday, 16 August, 2012 - 18:43 by Ollhax| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | open |
Description
OpenTK.Platform.MacOS.AglContext.SetBufferRect has some code commented out to remove the windows.forms dependency. This disables creating GLControls on Macs.
Not really sure how to help but including the dependency to System.Windows.Forms seems like the lesser evil here.

