mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-19 20:54:48 +00:00
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. |
||
|---|---|---|
| .. | ||
| Bind | ||
| Build.UpdateVersion | ||
| Compatibility | ||
| Converter | ||
| Examples | ||
| Generator.Rewrite | ||
| GLControl | ||
| OpenTK | ||
| Tests/Test.API.Desktop | ||