mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 19:31:13 +00:00
Marked Glu and Alut as obsolete.
This commit is contained in:
parent
70f735d2a6
commit
ead6be817d
|
@ -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