Updated documentation to remove references to the 3.1 specification (this class always supports the full profile of the latest specification.)

This commit is contained in:
the_fiddler 2009-08-15 18:02:16 +00:00
parent 1f53422cf1
commit 0b36b2a779

View file

@ -22,11 +22,11 @@ using System.Reflection.Emit;
namespace OpenTK.Graphics.OpenGL namespace OpenTK.Graphics.OpenGL
{ {
/// <summary> /// <summary>
/// OpenGL bindings for .NET, implementing OpenGL 3.1, plus extensions. /// OpenGL bindings for .NET, implementing the full OpenGL API, including extensions.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// 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/. /// The official .spec files can be found at: http://opengl.org/registry/.
/// </para> /// </para>
/// <para> A valid OpenGL context must be created before calling any OpenGL function.</para> /// <para> A valid OpenGL context must be created before calling any OpenGL function.</para>