mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 16:15:28 +00:00
Added XML comment on Glu class.
This commit is contained in:
parent
514d0c2a05
commit
4188ebc875
|
@ -16,6 +16,10 @@ using OpenTK.Platform;
|
|||
|
||||
namespace OpenTK.Graphics
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides access to the OpenGL Utilities library.
|
||||
/// Methods i this library are considered deprecated and should be avoided.
|
||||
/// </summary>
|
||||
[Obsolete("Use OpenTK math functions instead.")]
|
||||
public static partial class Glu
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue