mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 09:15:36 +00:00
Removed loading of GL and Glu functions. This now happens lower in the hierarchy, inside GameWindow.
This commit is contained in:
parent
4d90ee15a0
commit
fa5e22da79
|
@ -362,8 +362,8 @@ namespace OpenTK.Platform.Windows
|
|||
//glContext.PrepareContext(this.Handle);
|
||||
glContext.CreateContext();
|
||||
//glContext.MakeCurrent();
|
||||
GL.LoadAll();
|
||||
Glu.LoadAll();
|
||||
//GL.LoadAll();
|
||||
//Glu.LoadAll();
|
||||
}
|
||||
catch (ApplicationException expt)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue