Opentk/Source/OpenTK/Graphics/ES30
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 Bindings for GL4.4, ES1.1, ES2.0 and ES3.0 2013-11-03 12:34:19 +01:00
ES30.cs Do not trim 's' from Groups 2013-11-20 08:16:06 +01:00
ES30Core.cs Aligned FBO API with desktop OpenGL 2013-11-17 23:57:38 +01:00
ES30Delegates.cs Implemented direct binding loading 2013-11-22 17:32:17 +01:00
ES30Enums.cs Aligned FBO API with desktop OpenGL 2013-11-17 23:57:38 +01:00
Helper.cs Improved compatibility with OpenTK 1.0 2013-11-15 01:59:50 +01:00