protected virtual void DrawInitialize() { Window.MakeCurrent(); GLWrapper.Initialize(this); setVSyncMode(); }
protected virtual void DrawInitialize() { Window.MakeCurrent(); GLWrapper.Initialize(this); setVSyncMode(); GLWrapper.Reset(new Vector2(Window.ClientSize.Width, Window.ClientSize.Height)); GLWrapper.ClearColour(Color4.Black); }
protected virtual void DrawInitialize() { Window.MakeCurrent(); GLWrapper.Initialize(this); if (Window != null) { Window.VSync = VSyncMode.Off; } }