mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 12:05:33 +00:00
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
|
@ -157,6 +157,8 @@ namespace OpenTK.Graphics
|
|||
}
|
||||
|
||||
available_contexts.Add((implementation as IGraphicsContextInternal).Context, new WeakReference(this));
|
||||
|
||||
(this as IGraphicsContextInternal).LoadAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue