mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-09 19:22:16 +00:00
Added new OpenGL 4.1 types.
This commit is contained in:
parent
069207c508
commit
0a53002ad3
|
@ -1020,4 +1020,12 @@ namespace OpenTK.Graphics.OpenGL
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public delegate void DebugProcAmd(int id,
|
||||||
|
AmdDebugOutput category, AmdDebugOutput severity,
|
||||||
|
IntPtr length, string message, IntPtr userParam);
|
||||||
|
|
||||||
|
public delegate void DebugProcArb(int id,
|
||||||
|
ArbDebugOutput category, ArbDebugOutput severity,
|
||||||
|
IntPtr length, string message, IntPtr userParam);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue