Opentk/src/Generator.Converter
2018-01-05 12:58:23 +00:00
..
Generator.Convert.csproj Run paket install 2018-01-05 12:58:23 +00:00
GLXmlParser.cs Removed redundant literal variable name specifier. 2017-07-20 17:31:36 +02:00
Main.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Options.cs Documented Options class in the converter. 2017-08-04 17:34:46 +02:00
paket.references Forgot to add StyleCop.Analyzers to the other projects as well. 2017-07-26 16:41:32 +02:00
README.md Update Converter README to refer to new github xml specs 2017-12-26 18:33:30 +00:00
XML schema notes.txt Renamed Converter to Generator.Converter 2016-07-17 21:59:25 +02:00
XmlParser.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00

Introduction

This is a simple tool to convert Khronos XML to OpenTK XML files.

Usage

Converting local files:
  Convert.exe --input-files gl.xml --output-file signatures.xml --prefix gl
Converting latest remote specification:
  Convert.exe --input-files https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml --output-file signatures.xml --prefix gl

  -p, --prefix         Required. (Default: gl) The prefix to remove from parsed functions and constants.

  -o, --output-file    The path to the output file. Defaults to stdout if no path is provided.

  -i, --input-files    Required. A list of the Khronos XML files to parse into OpenTK XML. Remote resources in the form of URLs are supported.

  --help               Display this help screen.

  --version            Display version information.

Support

If you encounter a bug, please file an issue report at the OpenTK issue tracker.