Opentk/Source/OpenTK
Stefanos A. 2cd91bd0a0 Remove static init of GetCurrentContext
The static initializer of GetCurrentContext would always default to the
desktop PlatformFactory, which caused problems when trying to run OpenGL
ES code on the desktop. The initializer is now removed and
GetCurrentContext is set in the context constructor, before creating any
contexts.
2013-11-08 10:41:58 +01:00
..
Audio
Compute
Graphics Remove static init of GetCurrentContext 2013-11-08 10:41:58 +01:00
Input
Math
Platform Load ES30 and OpenGL4 entry points 2013-11-08 10:39:08 +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
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
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
Toolkit.cs
WindowBorder.cs
WindowState.cs