OpenTK provides .Net wrappers for a various important native APIs: OpenGL, OpenGL ES, OpenAL and OpenCL (in progress). Unlike similar libraries, OpenTK places an emphasis in usability and developer efficiency, while staying true to the nature of the native interface. To that end, it utilizes a number of .Net constructs that are not available in native C by default:
Vector3 instead of Vector3f>, Vector3d, ...).The bindings are generated through an automated binding generator, which converts the official API specifications into C# code. The following pages describe the generation process in detail.
Official API specifications: