c7c3e3b69b
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. |
||
---|---|---|
.. | ||
Properties | ||
Generator.Rewrite.csproj | ||
Program.cs |