mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 03:36:56 +00:00
[Bind] Merge GL2 and GL4 documentation into one
This commit is contained in:
parent
033e0b7155
commit
bd9f760f4b
|
@ -54,7 +54,7 @@ namespace Bind.GL2
|
||||||
Settings.DefaultEnumsFile = "GLEnums.cs";
|
Settings.DefaultEnumsFile = "GLEnums.cs";
|
||||||
Settings.DefaultWrappersFile = "GL.cs";
|
Settings.DefaultWrappersFile = "GL.cs";
|
||||||
Settings.DefaultDocPath = Path.Combine(
|
Settings.DefaultDocPath = Path.Combine(
|
||||||
Settings.DefaultDocPath, "GL2");
|
Settings.DefaultDocPath, "GL");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@ namespace Bind.GL2
|
||||||
Settings.DefaultEnumsFile = "GL4Enums.cs";
|
Settings.DefaultEnumsFile = "GL4Enums.cs";
|
||||||
Settings.DefaultWrappersFile = "GL4.cs";
|
Settings.DefaultWrappersFile = "GL4.cs";
|
||||||
Settings.DefaultDocPath = Path.Combine(
|
Settings.DefaultDocPath = Path.Combine(
|
||||||
Settings.DefaultDocPath, "GL4");
|
Settings.DefaultDocPath, "GL");
|
||||||
|
|
||||||
Profile = "glcore";
|
Profile = "glcore";
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue