Opentk/Source
thefiddler cbe0684d7f [Bind] Add int overloads to buffer size (IntPtr) parameters
As a convenience, int overloads are provided for IntPtr size
parameters (corresponding to BufferSize or size_t). In the vast
majority of cases, a 32bit int is sufficient for buffer sizes,
so these overloads avoid the necessity of annoying (IntPtr) casts.

If more than 2^31-1 elements are required, the IntPtr overloads
remain available. (As always, this requires a 64bit runtime
environment.)
2014-09-02 09:48:39 +02:00
..
Bind [Bind] Add int overloads to buffer size (IntPtr) parameters 2014-09-02 09:48:39 +02:00
Build.UpdateVersion [Build] Updated copyright information 2014-03-18 14:29:41 +01:00
Compatibility Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:48:14 +02:00
Converter Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:55:12 +02:00
Examples Fixed compilation warnings on Mono 3.4.0 2014-07-21 17:52:17 +02:00
Generator.Rewrite [Rewrite] Cast int32 overloads to native int 2014-09-01 18:09:46 +02:00
GLControl [X11] Fixed GLControl on nvidia binary drivers 2014-07-20 11:28:43 +02:00
OpenTK [X11] Fixed core X11 scrolling and absolute y motions 2014-08-10 02:56:37 +02:00
Tests/Test.API.Desktop [Test] Added API compatibility test 2014-06-01 00:10:21 +02:00