Opentk/Source/OpenTK
2010-10-28 08:14:28 +00:00
..
Audio Fixed ref overloads of GenSources and GenBuffers to follow the rest of the OpenTK design. Fixes invalid return values on x64 systems. 2010-10-28 08:12:24 +00:00
Compute Disabled OpenCL bindings (#define EXPERIMENTAL in project options to re-enable). 2010-10-03 13:19:05 +00:00
Graphics Added UNSIGNED_INT to ActiveUniformType enum. Fixes issue [#2077]: "Add UnsignedInt to ActiveUniformType". 2010-10-13 20:42:58 +00:00
Input Always validate parameters to ReadBit/EnableBit/DisableBit before using them. 2010-10-28 08:14:28 +00:00
Math Fixed issue [#2072]: "Box2 constructor bug". 2010-10-11 07:54:46 +00:00
Platform Minor fixes for code clarity. 2010-10-28 08:13:42 +00:00
Properties All projects now read common AssemblyInfo items from GlobalAssemblyInfo.cs. The various AssemblyInfo.cs files now only contain project-specific information. Assembly versions are now controlled by Build.UpdateVersion. 2010-10-04 21:37:33 +00:00
AutoGeneratedAttribute.cs
BindingsBase.cs
BlittableValueType.cs
Configuration.cs
ContextHandle.cs
DisplayDevice.cs
DisplayResolution.cs
Exceptions.cs
FrameEventArgs.cs
GameWindow.cs
GameWindowFlags.cs
IGameWindow.cs
INativeWindow.cs * Source/OpenTK/NativeWindow.cs: 2010-10-18 15:25:25 +00:00
KeyPressEventArgs.cs
Minimal.cs
NativeWindow.cs * Source/OpenTK/NativeWindow.cs: 2010-10-18 15:25:25 +00:00
OpenTK.csproj Implemented raw keyboard input for Windows. Improved the interface for receiving input. Moved raw input window to its own thread. 2010-10-22 14:57:06 +00:00
OpenTK.dll.config
Toolkit.cs
WindowBorder.cs
WindowState.cs