|
|
|
|
|
by Aeolos
3806 days ago
|
|
It took an awesome amount of work to get that level of type-safety. Now that this is in place, other languages could use that infrastructure to provide type-safe bindings: https://github.com/opentk/opentk/tree/develop/Source/Bind/Sp... The */override.xml files contain directives to convert the official Khronos XML specifications into type-safe versions. All you need is a code generator for your language of choice. If anyone is interested in trying this, I encourage you to contact the developers on github (there used to be C++ and Java code generators that have since been removed.) |
|
What was the reason for removal? Difficulty of maintenance? Out of scope for a C# project?