Marked Glu and Alut as obsolete.
This commit is contained in:
parent
ade299156d
commit
070a5b14dc
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ namespace OpenTK.Audio
|
|||
{
|
||||
|
||||
/// <summary>Alut, FreeAlut = Free Audio Library Utilities</summary>
|
||||
[Obsolete("Use OpenTK.Audio.AudioContext and OpenTK.Audio.Alc instead.")]
|
||||
public static class Alut
|
||||
{
|
||||
#region Constants
|
||||
|
|
|
@ -17,6 +17,7 @@ using OpenTK.Math;
|
|||
|
||||
namespace OpenTK.Graphics
|
||||
{
|
||||
[Obsolete("Use OpenTK math functions instead.")]
|
||||
public static partial class Glu
|
||||
{
|
||||
private const string Library = "glu32.dll";
|
||||
|
|
Loading…
Reference in a new issue