Opentk/Source
thefiddler 92efb5957f [Bind] Use byte for GLboolean return types
GLboolean is typedefed as an unsigned char.  It appears that `[return:
MarshalAs(UnmanagedType.U1)]` is ignored in calli p/invokes, so we need
to take care of this ourselves by emitting byte instead of bool for the
p/invoke signature. The public API remains unchanged.

Fixes issue #129.
2014-06-08 09:52:12 +02:00
..
Bind [Bind] Use byte for GLboolean return types 2014-06-08 09:52:12 +02:00
Build.UpdateVersion [Build] Updated copyright information 2014-03-18 14:29:41 +01:00
Compatibility [Compatibility] Don't generate xml documentation 2014-03-30 11:01:30 +02:00
Converter Fix compile warnings in Converter. 2014-02-25 10:31:17 +00:00
Examples [Examples] Improved Mouse.GetState output 2014-05-12 02:20:53 +02:00
Generator.Rewrite [Rewrite] Removed unused conditional. 2014-05-12 16:35:48 +02:00
GLControl [Mac] Migrated AglContext to OpenTK.GLControl 2014-04-24 13:48:26 +02:00
OpenTK Merge pull request #128 from Frassle/half-fix 2014-06-02 13:03:30 +02:00
Tests/Test.API.Desktop [Test] Added API compatibility test 2014-06-01 00:10:21 +02:00