mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 12:01:09 +00:00
Changed default output path for the generator to overwrite OpenTK/Graphics/GL.
This commit is contained in:
parent
045cc93154
commit
2f355a8bb5
|
@ -16,7 +16,7 @@ namespace Bind
|
||||||
static Settings() { }
|
static Settings() { }
|
||||||
|
|
||||||
public const string DefaultInputPath = "../../../Source/Bind/Specifications";
|
public const string DefaultInputPath = "../../../Source/Bind/Specifications";
|
||||||
public const string DefaultOutputPath = "../../../Source/OpenTK/Graphics/Bindings";
|
public const string DefaultOutputPath = "../../../Source/OpenTK/Graphics/GL";
|
||||||
public const string DefaultOutputNamespace = "OpenTK.Graphics";
|
public const string DefaultOutputNamespace = "OpenTK.Graphics";
|
||||||
public const string DefaultDocPath = "../../../Source/Bind/Specifications/Docs";
|
public const string DefaultDocPath = "../../../Source/Bind/Specifications/Docs";
|
||||||
public const string DefaultDocFile = "ToInlineDocs.xslt";
|
public const string DefaultDocFile = "ToInlineDocs.xslt";
|
||||||
|
|
Loading…
Reference in a new issue