From 0b36b2a779b8a1c2a02889637e1e45e5c6418274 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sat, 15 Aug 2009 18:02:16 +0000 Subject: [PATCH] Updated documentation to remove references to the 3.1 specification (this class always supports the full profile of the latest specification.) --- Source/OpenTK/Graphics/OpenGL/GLHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/Graphics/OpenGL/GLHelper.cs b/Source/OpenTK/Graphics/OpenGL/GLHelper.cs index bbe50762..ef0627c3 100644 --- a/Source/OpenTK/Graphics/OpenGL/GLHelper.cs +++ b/Source/OpenTK/Graphics/OpenGL/GLHelper.cs @@ -22,11 +22,11 @@ using System.Reflection.Emit; namespace OpenTK.Graphics.OpenGL { /// - /// OpenGL bindings for .NET, implementing OpenGL 3.1, plus extensions. + /// OpenGL bindings for .NET, implementing the full OpenGL API, including extensions. /// /// /// - /// This class contains all OpenGL enums and functions defined in the 3.1 specification. + /// This class contains all OpenGL enums and functions defined in the latest OpenGL specification. /// The official .spec files can be found at: http://opengl.org/registry/. /// /// A valid OpenGL context must be created before calling any OpenGL function.