Opentk/Source/OpenTK/Graphics/ES11
Stefanos A 2ace001203 Implemented direct binding loading
OpenTK normally uses reflection to load bindings, instead of generating
huge constructors. Although reflection is faster on first load (thanks
to reduced JIT overhead), it fails to work correctly with monolinker.
This branch explores the performance of a direct binding.
2013-11-22 17:32:17 +01:00
..
ErrorHelper.cs Fixed line endings and set svn:eol-style to native and svn:mime-type to text/plain for .cs files. 2009-09-03 19:01:11 +00:00
ES11.cs Corrected convenience wrappers for Get* and Delete* 2013-11-14 17:40:06 +01:00
ES11Core.cs Regenerated bindings 2013-11-14 11:35:32 +01:00
ES11Delegates.cs Implemented direct binding loading 2013-11-22 17:32:17 +01:00
ES11Enums.cs Regenerated bindings 2013-11-14 11:35:32 +01:00
Helper.cs Fixed ES rendering. 2013-11-08 10:56:45 +01:00