Opentk/Source/OpenTK/Graphics/ES20
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
ES20.cs Do not trim 's' from Groups 2013-11-20 08:16:06 +01:00
ES20Core.cs Added compatibility overloads for ES 2.0 2013-11-18 01:10:01 +01:00
ES20Delegates.cs Implemented direct binding loading 2013-11-22 17:32:17 +01:00
ES20Enums.cs Added compatibility overloads for ES 2.0 2013-11-18 01:10:01 +01:00
Helper.cs Improved compatibility with OpenTK 1.0 2013-11-15 01:59:50 +01:00