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 bbcfbfbee3
commit 32200f3933

View file

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