mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 04:35:29 +00:00
Moved and renamed OpenTK.GLContext to OpenTK.Graphics.GraphicsContext.
This commit is contained in:
parent
61318981b8
commit
1f9d04cd9d
|
@ -13,6 +13,7 @@ using System.Text;
|
|||
using System.Windows.Forms;
|
||||
|
||||
using OpenTK.Platform;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
namespace OpenTK
|
||||
{
|
||||
|
|
|
@ -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.
|
|
@ -14,6 +14,7 @@ using System.Runtime.InteropServices;
|
|||
using System.Diagnostics;
|
||||
|
||||
using OpenTK.OpenGL;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ using System.Runtime.InteropServices;
|
|||
using System.Diagnostics;
|
||||
|
||||
using OpenTK.OpenGL;
|
||||
using OpenTK.Graphics;
|
||||
|
||||
namespace OpenTK.Platform.X11
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue