mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 00:55:35 +00:00
* GLCore.cs:
* GLDelegates.cs: Added [Obsolete] attribute to nested classes, in order to remove a large number of deprecation warnings.
This commit is contained in:
parent
b5cd97c693
commit
f1b57fe47e
|
@ -34,7 +34,7 @@ namespace OpenTK.Graphics
|
|||
|
||||
partial class GL
|
||||
{
|
||||
|
||||
[Obsolete]
|
||||
internal static partial class Imports
|
||||
{
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ namespace OpenTK.Graphics
|
|||
|
||||
partial class GL
|
||||
{
|
||||
[Obsolete]
|
||||
internal static partial class Delegates
|
||||
{
|
||||
[System.Security.SuppressUnmanagedCodeSecurity()]
|
||||
|
|
Loading…
Reference in a new issue