* ES/ESGenerator.cs: Changed default output namespace to 'GL'.
This commit is contained in:
parent
e079daa6cc
commit
924ec8179e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace Bind.ES
|
|||
Settings.ImportsClass = "Core";
|
||||
Settings.DelegatesClass = "Delegates";
|
||||
|
||||
Settings.OutputClass = "ES";
|
||||
Settings.OutputClass = "GL";
|
||||
Settings.OutputNamespace = "OpenTK.Graphics." + nsName;
|
||||
Settings.OutputPath = Path.Combine(Settings.OutputPath, dirName);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue