mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 06:25:38 +00:00
* ES/ESGenerator.cs: Changed default output namespace to 'GL'.
This commit is contained in:
parent
e0d33e995d
commit
da8355de48
|
@ -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