Testing TraceLogCallback fix
This commit is contained in:
parent
30b47cad32
commit
5de100bac2
2 changed files with 6 additions and 3 deletions
|
|
@ -488,7 +488,7 @@ namespace Raylib_cs
|
|||
|
||||
/// <summary>Set custom trace log</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SetTraceLogCallback(TraceLogCallback callback);
|
||||
public static extern void SetTraceLogCallback(delegate* unmanaged[Cdecl]<int, sbyte*, sbyte*, void> callback);
|
||||
|
||||
/// <summary>Set custom file binary data loader</summary>
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue