[Mac] Use Cgl.GetCurrentContext instead of Agl
authorthefiddler <stapostol@gmail.com>
Sat, 28 Dec 2013 00:04:22 +0000 (01:04 +0100)
committerthefiddler <stapostol@gmail.com>
Sat, 28 Dec 2013 00:04:22 +0000 (01:04 +0100)
commitb79d951e62615f87fbad5de55be39417d44d1d68
treedc0ede86d2b952e4113903c40fb2d0e75ad07857
parent0d1df413938aa2821d3cacd921d6be3a99bd97b6
[Mac] Use Cgl.GetCurrentContext instead of Agl

CGL appears to work with both AGL and NSOpenGL contexts, whereas AGL is
limited to AGL contexts. This allows us to be more flexible in terms of
implementation (i.e. we can use Cgl.GetCurrentContext to retrieve a
handle to a context created through SDL, which uses NSOpenGL
internally.)
Source/OpenTK/Platform/MacOS/MacOSFactory.cs