mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Added DebugProc for KHR_debug
This commit is contained in:
parent
ec6c534d8a
commit
f835c63444
|
@ -458,4 +458,14 @@ namespace OpenTK.Graphics.ES20
|
|||
|
||||
#endregion
|
||||
}
|
||||
|
||||
public delegate void DebugProc(
|
||||
DebugSource source, DebugType type, int id,
|
||||
DebugSeverity severity, int length, IntPtr message,
|
||||
IntPtr userParam);
|
||||
|
||||
public delegate void DebugProcKhr(
|
||||
DebugSource source, DebugType type, int id,
|
||||
DebugSeverity severity, int length, IntPtr message,
|
||||
IntPtr userParam);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue