1
0
Fork 0
mirror of https://github.com/Ryujinx/Opentk.git synced 2025-01-13 19:55:30 +00:00
Opentk/Source/Bind
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
..
CL Do not override user defined output files 2013-11-03 01:27:10 +01:00
Documentation Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
ES Generate overloads without strong enums for 1.0 compat 2013-11-11 10:03:24 +01:00
GL2 Respect apiversion in overrides 2013-11-04 19:32:52 +01:00
Properties Normalized line endings 2013-10-11 01:58:54 +02:00
Specifications More compatibility overloads for OpenGL 2013-11-18 18:32:36 +01:00
Structures Handle overloads with different element counts 2013-11-17 21:27:09 +01:00
BindStreamWriter.cs Fixed newline and indentation behavior 2013-11-01 14:00:46 +01:00
CppSpecWriter.cs Improve indentation for doc comments 2013-11-10 09:12:42 +01:00
CSharpSpecWriter.cs Implemented direct binding loading 2013-11-22 17:32:17 +01:00
DocProcessor.cs Corrected indentation 2013-11-10 09:20:54 +01:00
EnumProcessor.cs Enum tokens are now sorted 2013-11-03 12:15:08 +01:00
FuncProcessor.cs Do not trim 's' from Groups 2013-11-20 08:16:06 +01:00
Generator.Bind.csproj Added generators for ES 2.0 and 3.0 2013-11-03 01:29:32 +01:00
IBind.cs Settings, GLTypes and CSTypes are now in IBind 2013-11-01 09:06:49 +01:00
ISpecReader.cs Added apiversion support 2013-11-03 01:25:47 +01:00
ISpecWriter.cs Added documentation comments to generated enums. 2011-07-20 10:10:33 +00:00
JavaSpecWriter.cs Improve indentation for doc comments 2013-11-10 09:12:42 +01:00
Main.cs Correctly set generator mode. 2013-11-14 09:28:27 +01:00
Settings.cs Allow overriding of Settings.Compatibility 2013-11-11 10:01:30 +01:00
Utilities.cs Added WrapperTypes.ConvenienceArrayType 2013-11-10 18:29:53 +01:00
XmlSpecReader.cs Added support for obsolete attribute 2013-11-14 13:46:42 +01:00