mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-09 21:47:30 +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
60eb0db94e
commit
a02e3cf4ca
|
@ -34,7 +34,7 @@ namespace OpenTK.Graphics
|
||||||
|
|
||||||
partial class GL
|
partial class GL
|
||||||
{
|
{
|
||||||
|
[Obsolete]
|
||||||
internal static partial class Imports
|
internal static partial class Imports
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ namespace OpenTK.Graphics
|
||||||
|
|
||||||
partial class GL
|
partial class GL
|
||||||
{
|
{
|
||||||
|
[Obsolete]
|
||||||
internal static partial class Delegates
|
internal static partial class Delegates
|
||||||
{
|
{
|
||||||
[System.Security.SuppressUnmanagedCodeSecurity()]
|
[System.Security.SuppressUnmanagedCodeSecurity()]
|
||||||
|
|
Loading…
Reference in a new issue