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:
parent
30afae50c6
commit
839406aec4
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ namespace OpenTK.Graphics
|
||||||
}
|
}
|
||||||
|
|
||||||
available_contexts.Add((implementation as IGraphicsContextInternal).Context, new WeakReference(this));
|
available_contexts.Add((implementation as IGraphicsContextInternal).Context, new WeakReference(this));
|
||||||
|
|
||||||
|
(this as IGraphicsContextInternal).LoadAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue