mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 07:00:33 +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.PrepareContext(this.Handle);
|
||||||
glContext.CreateContext();
|
glContext.CreateContext();
|
||||||
//glContext.MakeCurrent();
|
//glContext.MakeCurrent();
|
||||||
GL.LoadAll();
|
//GL.LoadAll();
|
||||||
Glu.LoadAll();
|
//Glu.LoadAll();
|
||||||
}
|
}
|
||||||
catch (ApplicationException expt)
|
catch (ApplicationException expt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue