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 61318981b8
commit 1f9d04cd9d
4 changed files with 4 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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