Opentk/Source/OpenTK
Stefanos A. a51540e8d9 Updated WGL init sequence
WinGraphicsMode no longer creates a temporary context in order to create
the list of available modes. Instead, it requires to be passed an
existing context in its constructor.

WinGLContext now creates one temporary context in its static constructor
and hands that to WinGraphicsMode.

WinFactory no longer supports the CreateGraphicsMode API. This API will
be removed in the future, because the link because contexts and modes
cannot be separated in the general case.
2013-11-08 10:46:27 +01:00
..
Audio
Compute
Graphics Remove static init of GetCurrentContext 2013-11-08 10:41:58 +01:00
Input Normalized line endings 2013-10-11 01:58:54 +02:00
Math Normalized line endings 2013-10-11 01:58:54 +02:00
Platform Updated WGL init sequence 2013-11-08 10:46:27 +01:00
Properties Why does this file keep changing? 2013-10-11 09:52:53 +02:00
AutoGeneratedAttribute.cs
BindingsBase.cs
BlittableValueType.cs
Configuration.cs Implemented new, leaner SDL2 binding. 2013-10-24 01:45:13 +02:00
ContextHandle.cs
DisplayDevice.cs
DisplayIndex.cs Normalized line endings 2013-10-11 01:58:54 +02:00
DisplayResolution.cs
Exceptions.cs
FrameEventArgs.cs
GameWindow.cs
GameWindowFlags.cs
IGameWindow.cs
INativeWindow.cs System.Drawing is required for Point, Size and Rectangle types. 2013-10-12 05:07:46 +02:00
IntPtrEqualityComparer.cs
KeyPressEventArgs.cs
Minimal.cs Fixed incorrect self-assignment statements 2013-10-12 15:16:05 +02:00
NativeWindow.cs Add support for HiDPI modes 2013-10-04 01:38:19 +02:00
OpenTK.Android.csproj Added Xamarin.Android target 2013-10-12 05:08:27 +02:00
OpenTK.csproj Bindings for GL4.4, ES1.1, ES2.0 and ES3.0 2013-11-03 12:34:19 +01:00
OpenTK.dll.config Fixed line endings 2013-10-10 00:18:59 +02:00
Toolkit.cs
WindowBorder.cs
WindowState.cs