Renamed All to AllGlu to avoid clash with GL.

This commit is contained in:
the_fiddler 2007-11-04 15:24:22 +00:00
parent 957c53098a
commit 76887c3d7f

View file

@ -46,6 +46,8 @@ namespace Bind.Glu
{
Settings.OutputNamespace = "OpenTK.OpenGL";
}
Settings.CompleteEnumName = "AllGlu";
}
#endregion