mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-01 10:38:28 +00:00
Removed obsolete compatibility function.
This commit is contained in:
parent
289dd1749a
commit
11a442037d
|
@ -97,20 +97,6 @@ namespace OpenTK.Graphics.OpenGL
|
|||
|
||||
#endregion
|
||||
|
||||
#region --- Public Members ---
|
||||
|
||||
/// <summary>
|
||||
/// Loads all OpenGL entry points (core and extension).
|
||||
/// This method is provided for compatibility purposes with older OpenTK versions.
|
||||
/// </summary>
|
||||
[Obsolete("If you are using a context constructed outside of OpenTK, create a new GraphicsContext and pass your context handle to it. Otherwise, there is no need to call this method.")]
|
||||
public static void LoadAll()
|
||||
{
|
||||
new GL().LoadEntryPoints();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region --- Protected Members ---
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue