Don't forget to load all bindings when constructing an external context - this constructor was added for precisely this reason, after all.

This commit is contained in:
the_fiddler 2009-11-04 17:14:57 +00:00
parent 30afae50c6
commit 839406aec4

View file

@ -157,6 +157,8 @@ namespace OpenTK.Graphics
}
available_contexts.Add((implementation as IGraphicsContextInternal).Context, new WeakReference(this));
(this as IGraphicsContextInternal).LoadAll();
}
}