Added XML comment on Glu class.

This commit is contained in:
the_fiddler 2009-06-28 10:27:42 +00:00
parent 514d0c2a05
commit 4188ebc875

View file

@ -16,6 +16,10 @@ using OpenTK.Platform;
namespace OpenTK.Graphics
{
/// <summary>
/// Provides access to the OpenGL Utilities library.
/// Methods i this library are considered deprecated and should be avoided.
/// </summary>
[Obsolete("Use OpenTK math functions instead.")]
public static partial class Glu
{