From 8d7ba31e0c4c4e343a92b26acf07a20027173144 Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Fri, 6 Dec 2013 18:28:38 +0100 Subject: [PATCH] Cleaned up instructions for Converter.exe --- Source/Converter/Readme.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Source/Converter/Readme.txt b/Source/Converter/Readme.txt index 640325b9..d0def5dd 100644 --- a/Source/Converter/Readme.txt +++ b/Source/Converter/Readme.txt @@ -6,10 +6,10 @@ This is a simple tool to convert C headers to XML files. It works using simple p [Examples] To download and convert the new XML API registry from Khronos: -Convert.exe -p:gl -v:4.4 -t:xml -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml +Convert.exe -p:gl -t:xml -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml To download and convert the old .spec files from Khronos: -Convert.exe -p:gl -v:4.3 -t:spec -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/oldspecs/gl.spec https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/oldspecs/enum.spec https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/oldspecs/enumext.spec +Convert.exe -p:gl -t:spec -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/oldspecs/gl.spec https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/oldspecs/enum.spec https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/oldspecs/enumext.spec The line above will download the latest .spec files from the public Khronos repository and update signatures.xml for the binding generator. @@ -25,13 +25,8 @@ Convert.exe -p:{PREFIX} -v:{VERSION} -t:{TYPE} -o:{OUT} {INPUT1} ... {INPUTn} Despite what the help says, all three parameters are necessary at the moment. -[Known issues] - -OpenGL|ES 2.0: gl*Fence[s|iv]?NV fail to define parameters names. These have been added by hand (take care when updating the header file). - - [Support] -If you encounter a bug, please file an issue report at http://www.opentk.com/issues +If you encounter a bug, please file an issue report at http://github.com/opentk/opentk/issues We will only accept bug reports for supported header files. This is not a generic tool and will fail to parse unsupported files. \ No newline at end of file