mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 13:25:32 +00:00
Marked Glu and Alut as obsolete.
This commit is contained in:
parent
ade299156d
commit
070a5b14dc
|
@ -15,6 +15,7 @@ namespace OpenTK.Audio
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>Alut, FreeAlut = Free Audio Library Utilities</summary>
|
/// <summary>Alut, FreeAlut = Free Audio Library Utilities</summary>
|
||||||
|
[Obsolete("Use OpenTK.Audio.AudioContext and OpenTK.Audio.Alc instead.")]
|
||||||
public static class Alut
|
public static class Alut
|
||||||
{
|
{
|
||||||
#region Constants
|
#region Constants
|
||||||
|
|
|
@ -17,6 +17,7 @@ using OpenTK.Math;
|
||||||
|
|
||||||
namespace OpenTK.Graphics
|
namespace OpenTK.Graphics
|
||||||
{
|
{
|
||||||
|
[Obsolete("Use OpenTK math functions instead.")]
|
||||||
public static partial class Glu
|
public static partial class Glu
|
||||||
{
|
{
|
||||||
private const string Library = "glu32.dll";
|
private const string Library = "glu32.dll";
|
||||||
|
|
Loading…
Reference in a new issue