diff --git a/Source/OpenTK/Graphics/GraphicsContext.cs b/Source/OpenTK/Graphics/GraphicsContext.cs index 614e4ede..6737d38f 100644 --- a/Source/OpenTK/Graphics/GraphicsContext.cs +++ b/Source/OpenTK/Graphics/GraphicsContext.cs @@ -157,6 +157,8 @@ namespace OpenTK.Graphics } available_contexts.Add((implementation as IGraphicsContextInternal).Context, new WeakReference(this)); + + (this as IGraphicsContextInternal).LoadAll(); } }