thefiddler
|
00b531fdef
|
Fixed compilation warnings on Mono 3.4.0
|
2014-07-21 17:46:39 +02:00 |
|
thefiddler
|
ffd7682eeb
|
[ES][GL] Added missing documentation comments
|
2014-07-21 16:53:24 +02:00 |
|
thefiddler
|
1666eb670c
|
[GL][ES] Do not break public API
Even if that API is not meant to be used by applications.
|
2014-04-26 14:23:29 +02:00 |
|
thefiddler
|
6257858d54
|
[Bind][ES][GL] Output entry points as byte[]
Moving from string[] to byte[] reduces startup memory allocations
tremendously (up to 70% lower memory use on Windows!)
|
2014-04-25 17:25:20 +02:00 |
|
thefiddler
|
63dd4597c7
|
[GL][ES] Mark DebugProc* delegates as unmanaged function pointers
Calling convention is platform-dependent: stdcall on Windows, cdecl
elsewhere. This maps to CallingConvention.Winapi in .Net parlance.
|
2014-02-06 15:01:22 +01:00 |
|
Stefanos A.
|
fec958c8dc
|
Hooked up new loading mechanism
|
2013-11-24 13:58:30 +01:00 |
|
Stefanos A
|
f9deeaead7
|
Improved compatibility with OpenTK 1.0
Added overloads for enumerations with name changes. Reduced differences
between ES and GL APIs.
|
2013-11-15 01:59:50 +01:00 |
|
Stefanos A.
|
c66b22a1f3
|
Updated convenience overloads
|
2013-11-10 19:04:18 +01:00 |
|
Stefanos A.
|
8003d06315
|
Move convenience overloads to generator
The generator now handles the creation of convenience overloads. These
must be removed from the helper classes to avoid redefinition errors.
|
2013-11-10 15:36:53 +01:00 |
|
Stefanos A
|
ad1755f58e
|
Moved overload to overrides.xml
Overloads for backwards compatibility should now be placed in an
<overload> element inside overrides.xml.
|
2013-11-05 09:44:20 +01:00 |
|
Stefanos A
|
7c3e29012f
|
Bindings for GL4.4, ES1.1, ES2.0 and ES3.0
The new bindings are based on the fresh gl.xml registry by the Khronos
group.
|
2013-11-03 12:34:19 +01:00 |
|