Skip to content

Commit

Permalink
[Bind] Merge GL2 and GL4 documentation into one
Browse files Browse the repository at this point in the history
  • Loading branch information
thefiddler committed Mar 30, 2014
1 parent 033e0b7 commit bd9f760
Show file tree
Hide file tree
Showing 637 changed files with 2 additions and 37,823 deletions.
2 changes: 1 addition & 1 deletion Source/Bind/GL2/GL2Generator.cs
Expand Up @@ -54,7 +54,7 @@ public GL2Generator(Settings settings, string dirname)
Settings.DefaultEnumsFile = "GLEnums.cs";
Settings.DefaultWrappersFile = "GL.cs";
Settings.DefaultDocPath = Path.Combine(
Settings.DefaultDocPath, "GL2");
Settings.DefaultDocPath, "GL");
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Source/Bind/GL2/GL4Generator.cs
Expand Up @@ -46,7 +46,7 @@ public GL4Generator(Settings settings, string dirname)
Settings.DefaultEnumsFile = "GL4Enums.cs";
Settings.DefaultWrappersFile = "GL4.cs";
Settings.DefaultDocPath = Path.Combine(
Settings.DefaultDocPath, "GL4");
Settings.DefaultDocPath, "GL");

Profile = "glcore";
}
Expand Down

0 comments on commit bd9f760

Please sign in to comment.