Opentk/src/Generator.Converter
2017-07-26 16:41:32 +02:00
..
Properties Update project deps 2017-05-31 14:13:17 +02:00
Generator.Convert.csproj Drop Link attribute in favor of Link tag to allow building with MSBuild 14 2017-07-26 16:41:32 +02: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 Implemented options class. 2017-07-15 15:40:03 +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 Updated and renamed README file. 2017-07-15 15:47:16 +02: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://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/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.