Beispiel #1
0
 public void Begin()
 {
     if (!_glControl.Context.IsCurrent)
     {
         _owner.MakeContextCurrent(_glControl.Context, _glControl.WindowInfo);
     }
 }
Beispiel #2
0
 public void Begin()
 {
     if (!GLControl.Context.IsCurrent)
     {
         Owner.MakeContextCurrent(GLControl.Context, GLControl.WindowInfo);
     }
 }