mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 08:00:35 +00:00
Added XML comment on Glu class.
This commit is contained in:
parent
09a24a17d7
commit
c1897871a6
|
@ -16,6 +16,10 @@ using OpenTK.Platform;
|
||||||
|
|
||||||
namespace OpenTK.Graphics
|
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.")]
|
[Obsolete("Use OpenTK math functions instead.")]
|
||||||
public static partial class Glu
|
public static partial class Glu
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue