Moved and renamed OpenTK.GLContext to OpenTK.Graphics.GraphicsContext.

This commit is contained in:
the_fiddler 2008-01-31 14:22:37 +00:00
parent 665feaa439
commit c7045ab92f
4 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,7 @@ using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
using OpenTK.Platform; using OpenTK.Platform;
using OpenTK.Graphics;
namespace OpenTK namespace OpenTK
{ {

View file

@ -10,7 +10,7 @@ using System.Text;
using OpenTK.Platform; using OpenTK.Platform;
namespace OpenTK namespace OpenTK.Graphics
{ {
/// <summary> /// <summary>
/// Represents and provides methods to manipulate an OpenGL render context. /// Represents and provides methods to manipulate an OpenGL render context.

View file

@ -14,6 +14,7 @@ using System.Runtime.InteropServices;
using System.Diagnostics; using System.Diagnostics;
using OpenTK.OpenGL; using OpenTK.OpenGL;
using OpenTK.Graphics;
#endregion #endregion

View file

@ -11,6 +11,7 @@ using System.Runtime.InteropServices;
using System.Diagnostics; using System.Diagnostics;
using OpenTK.OpenGL; using OpenTK.OpenGL;
using OpenTK.Graphics;
namespace OpenTK.Platform.X11 namespace OpenTK.Platform.X11
{ {