From 4188ebc8752db0d2622e2fb81eff0ad82b43810b Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 28 Jun 2009 10:27:42 +0000 Subject: [PATCH] Added XML comment on Glu class. --- Source/OpenTK/Graphics/Glu/GluHelper.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/OpenTK/Graphics/Glu/GluHelper.cs b/Source/OpenTK/Graphics/Glu/GluHelper.cs index 0c65ea5b..6e221ac1 100644 --- a/Source/OpenTK/Graphics/Glu/GluHelper.cs +++ b/Source/OpenTK/Graphics/Glu/GluHelper.cs @@ -16,6 +16,10 @@ using OpenTK.Platform; namespace OpenTK.Graphics { + /// + /// Provides access to the OpenGL Utilities library. + /// Methods i this library are considered deprecated and should be avoided. + /// [Obsolete("Use OpenTK math functions instead.")] public static partial class Glu {