Opentk/Source
the_fiddler 3d6d476d16 Modified Transform(ref Vector4, ref Matrix4, out Vector4) overload to work correctly when the ref and out parameters point to the same Vector4.
Modified Transform(Vector4, Matrix4): Vector4 to call the reference overload internally. Faster and reduces code duplication.
2009-11-03 11:41:36 +00:00
..
Bind Added missing TextureBuffer token to BufferTarget and TextureTarget enums (promoted from ARB_texture_buffer_object). Fixes issue [#1313]: "TextureBuffer target". 2009-11-03 10:33:24 +00:00
Build Updated version numbers in preparation for release. 2009-11-01 23:07:38 +00:00
Compatibility Qualify System.Drawing.Rectangle/Point/Size structs fully when necessary, to avoid namespace clash with OpenTK.Rectangle/Point/Size. 2009-11-02 09:37:18 +00:00
Converter Updated version numbers in preparation for release. 2009-11-01 23:07:38 +00:00
Examples Added multithreading test to verify GameWindow behavior with multiple threads. 2009-11-03 09:58:39 +00:00
GLControl Updated version numbers in preparation for release. 2009-11-01 23:07:38 +00:00
OpenTK Modified Transform(ref Vector4, ref Matrix4, out Vector4) overload to work correctly when the ref and out parameters point to the same Vector4. 2009-11-03 11:41:36 +00:00
QuickStart OnLoad/OnUnload should be protected, not public, to conform with the class library design guidelines. This issue was supposed to be fixed in 0.9.9-2, but was apparently overlooked. 2009-10-21 13:33:00 +00:00