Opentk/Source/Generator.Rewrite
thefiddler c7c3e3b69b [Rewrite] Implement byte -> bool marshalling
Since GL_TRUE and GL_FALSE match .Net true and false (1 and 0,
respectively), we can simply reinterpret the byte value as a bool.

In the future, we could issue a `(if value == 0 then false else true)`
statement for added safety, but this does not appear to be necessary
right now.
2014-06-08 09:52:25 +02:00
..
Properties Split binaries for library and supporting tools 2013-12-05 18:43:47 +01:00
Generator.Rewrite.csproj [Build] Added -debug to Rewrite commandline parameters 2014-02-25 01:08:53 +01:00
Program.cs [Rewrite] Implement byte -> bool marshalling 2014-06-08 09:52:25 +02:00